From 5973a3b565b245a615c9bfa6cc19f286cace79b0 Mon Sep 17 00:00:00 2001 From: Ramona Hartinger Date: Mon, 7 Oct 2024 09:50:11 +0200 Subject: [PATCH] chore: added single reviewer for dependabot --- .github/dependabot.yml | 2 +- package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3f55675..272f141 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,6 @@ updates: - package-ecosystem: "npm" directory: "/" reviewers: - - "aditosoftware/devs-designer" + - "rH4rtinger" schedule: interval: "weekly" diff --git a/package.json b/package.json index 75663d5..9b3427e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "A collection of driver dependencies for various applications", "license": "MIT", "repository": { - "type": "git" + "type": "git", + "url": "https://github.com/aditosoftware/driver-dependencies.git" }, "main": "out/index.js", "types": "out/index.d.ts",