diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d78d196..67b7ce2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,11 +1,15 @@ version: 2 updates: - package-ecosystem: "nuget" + labels: + - "nuget" directory: "/" - schedule: + schedule: interval: "weekly" - - - package-ecosystem: "github-actions" - directory: "/" + + - package-ecosystem: github-actions + labels: + - "actions" + directory: "./" schedule: interval: "weekly" \ No newline at end of file