diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2f75d87..a127fa6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,8 +6,9 @@ updates: interval: "weekly" open-pull-requests-limit: 10 groups: - patterns: - - "*" + dependencies: + patterns: + - "*" - package-ecosystem: "github-actions" directory: "/" @@ -20,5 +21,6 @@ updates: - "dependencies" target-branch: "master" groups: - patterns: + dependencies: + patterns: - "*"