Skip to content

Commit 6a075ba

Browse files
committed
Reduce dependabot updates to monthly grouped
Reduce the amount of noise here Signed-off-by: Chad Wilson <29788154+chadlwilson@users.noreply.github.com>
1 parent ba211b8 commit 6a075ba

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/dependabot.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
version: 2
22
updates:
3-
- package-ecosystem: gomod
4-
directory: "/"
5-
schedule:
6-
interval: weekly
7-
allow:
8-
- dependency-type: all
9-
groups:
10-
go:
11-
patterns:
12-
- "*"
13-
- package-ecosystem: "github-actions"
14-
directory: "/"
15-
schedule:
16-
interval: weekly
17-
groups:
18-
github-actions:
19-
patterns:
20-
- "*"
3+
- package-ecosystem: gomod
4+
directory: "/"
5+
schedule:
6+
interval: monthly
7+
allow:
8+
- dependency-type: all
9+
groups:
10+
go:
11+
patterns:
12+
- "*"
13+
- package-ecosystem: "github-actions"
14+
directory: "/"
15+
schedule:
16+
interval: monthly
17+
groups:
18+
github-actions:
19+
patterns:
20+
- "*"

0 commit comments

Comments
 (0)