diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b8ecf3c..fce0f1c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,6 +13,23 @@ updates: labels: - "patch" - "dependencies" - ignore: - - dependency-name: "*" - update-types: [ "version-update:semver-patch", "version-update:semver-minor", "version-update:semver-major" ] \ No newline at end of file + 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