We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da6e5e6 commit 14d8b26Copy full SHA for 14d8b26
.github/dependabot.yml
@@ -6,11 +6,23 @@ updates:
6
labels:
7
- dependencies
8
schedule:
9
- interval: daily
+ interval: "weekly"
10
+ groups:
11
+ gomod-normal-deps:
12
+ update-types:
13
+ - patch
14
+ - minor
15
+ gomod-breaking-deps:
16
17
+ - major
18
19
- package-ecosystem: "github-actions"
20
directory: "/"
21
22
23
- interval: "daily"
24
25
26
+ actions-deps:
27
+ patterns:
28
+ - "*"
0 commit comments