diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 59e410d..f5f66b8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,4 +13,23 @@ updates: labels: - "patch" - "dependencies" + open-pull-requests-limit: 0 + +# Update GitHub actions in workflows + - package-ecosystem: github-actions + directory: / + # Every week + schedule: + interval: weekly + + labels: + - "patch" + - "dependencies" + + groups: + # Group updates into fewer pull requests + gh-security-updates: + applies-to: security-updates + patterns: + - "*" open-pull-requests-limit: 0 \ No newline at end of file