Skip to content

Commit 8de013e

Browse files
authoredDec 8, 2024··
Update dependabot.yml
1 parent 6daed75 commit 8de013e

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed
 

‎.github/dependabot.yml

+11-3
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,22 @@ updates:
33
- package-ecosystem: github-actions
44
directory: /
55
schedule:
6-
interval: daily
6+
interval: monthly
7+
open-pull-requests-limit: 5
78

89
- package-ecosystem: docker
910
directory: /
1011
schedule:
11-
interval: daily
12+
interval: monthly
13+
open-pull-requests-limit: 5
1214

1315
- package-ecosystem: gomod
1416
directory: /
1517
schedule:
16-
interval: daily
18+
interval: monthly
19+
open-pull-requests-limit: 5
20+
groups:
21+
golang:
22+
applies-to: security-updates
23+
patterns:
24+
- "golang.org*"

0 commit comments

Comments
 (0)
Please sign in to comment.