Skip to content

Commit f9fe81d

Browse files
authored
Merge pull request #38 from DevSecOps-AppSec/souro1212-patch-7
Update dependabot.yml
2 parents e5fbeba + 3807f1c commit f9fe81d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ updates:
55
schedule:
66
interval: "daily" # Change this to "daily" or "monthly" as required
77
open-pull-requests-limit: 4
8+
groups:
9+
security-updates:
10+
pattern: ".*" # Groups all security updates into one PR
11+
update-types:
12+
- "security"
813
ignore:
914
- dependency-name: "*"
1015
update-types: ["version-update:semver-major"] # Ignores major version updates

0 commit comments

Comments
 (0)