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",