diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0852ee27..2f75d87e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,10 +6,8 @@ updates: interval: "weekly" open-pull-requests-limit: 10 groups: - dev-deps: - dependency-type: "development" - prod-deps: - dependency-type: "production" + patterns: + - "*" - package-ecosystem: "github-actions" directory: "/" @@ -20,4 +18,7 @@ updates: prefix: "[workflow]" labels: - "dependencies" - target-branch: "master" + target-branch: "master" + groups: + patterns: + - "*"