diff --git a/.github/dependabot.yml b/.github/package.yml similarity index 89% rename from .github/dependabot.yml rename to .github/package.yml index 4f6427b..c533452 100644 --- a/.github/dependabot.yml +++ b/.github/package.yml @@ -3,7 +3,7 @@ version: 2 updates: - package-ecosystem: "npm" - directory: "/" + directory: "npm/actions" schedule: interval: "weekly" groups: @@ -11,7 +11,7 @@ updates: # NPM: Only group minor and patch updates (we want to carefully review major updates) update-types: [minor, patch] - package-ecosystem: "github-actions" - directory: "/" + directory: "github/actions" schedule: interval: "weekly" groups: