We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5fbeba + 3807f1c commit f9fe81dCopy full SHA for f9fe81d
.github/dependabot.yml
@@ -5,6 +5,11 @@ updates:
5
schedule:
6
interval: "daily" # Change this to "daily" or "monthly" as required
7
open-pull-requests-limit: 4
8
+ groups:
9
+ security-updates:
10
+ pattern: ".*" # Groups all security updates into one PR
11
+ update-types:
12
+ - "security"
13
ignore:
14
- dependency-name: "*"
15
update-types: ["version-update:semver-major"] # Ignores major version updates
0 commit comments