We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad2f32e commit 2f45849Copy full SHA for 2f45849
.github/dependabot.yml
@@ -31,7 +31,6 @@ updates:
31
- "/welcome/"
32
schedule:
33
interval: "daily"
34
- open-pull-requests-limit: 25
35
groups:
36
frontends-prod:
37
applies-to: version-updates
@@ -45,13 +44,14 @@ updates:
45
44
update-types:
46
- "minor"
47
- "patch"
+ # Security updates only
48
+ open-pull-requests-limit: 0
49
# Maintain dependencies for server
50
- package-ecosystem: "maven"
51
directories:
52
- "/**"
53
54
55
56
backend-prod:
57
@@ -65,3 +65,5 @@ updates:
65
66
67
68
69
0 commit comments