Skip to content

Commit 2f45849

Browse files
committed
Dependabot security updates only
1 parent ad2f32e commit 2f45849

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ updates:
3131
- "/welcome/"
3232
schedule:
3333
interval: "daily"
34-
open-pull-requests-limit: 25
3534
groups:
3635
frontends-prod:
3736
applies-to: version-updates
@@ -45,13 +44,14 @@ updates:
4544
update-types:
4645
- "minor"
4746
- "patch"
47+
# Security updates only
48+
open-pull-requests-limit: 0
4849
# Maintain dependencies for server
4950
- package-ecosystem: "maven"
5051
directories:
5152
- "/**"
5253
schedule:
5354
interval: "daily"
54-
open-pull-requests-limit: 25
5555
groups:
5656
backend-prod:
5757
applies-to: version-updates
@@ -65,3 +65,5 @@ updates:
6565
update-types:
6666
- "minor"
6767
- "patch"
68+
# Security updates only
69+
open-pull-requests-limit: 0

0 commit comments

Comments
 (0)