diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8bd39ea..8da9f7b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,11 @@ updates: schedule: interval: "daily" # Change this to "daily" or "monthly" as required open-pull-requests-limit: 4 + groups: + security-updates: + pattern: ".*" # Groups all security updates into one PR + update-types: + - "security" ignore: - dependency-name: "*" update-types: ["version-update:semver-major"] # Ignores major version updates