From 63bc255eb317429366d12c8140dacad4468c5266 Mon Sep 17 00:00:00 2001 From: Ramona Hartinger Date: Mon, 7 Oct 2024 09:52:43 +0200 Subject: [PATCH] chore: added single reviewer for dependabot --- .github/dependabot.yml | 2 +- package.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 bbcc637..f116a68 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,10 @@ "files": [ "out/src" ], + "repository": { + "type": "git", + "url": "https://github.com/aditosoftware/vscode-logging.git" + }, "scripts": { "compile": "tsc -p ./", "watch": "tsc --watch -p ./",