We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c34d66 commit c4e46c5Copy full SHA for c4e46c5
.github/dependabot.yml
@@ -3,9 +3,22 @@ updates:
3
- package-ecosystem: gomod
4
directory: "/"
5
schedule:
6
- interval: daily
+ interval: weekly
7
open-pull-requests-limit: 10
8
+ groups:
9
+ go-minor-updates:
10
+ applies-to: version-updates
11
+ update-types:
12
+ - minor
13
+ - patch
14
- package-ecosystem: "github-actions"
15
16
- interval: "daily"
17
18
+ open-pull-requests-limit: 10
19
20
+ actions-minor-updates:
21
22
23
24
0 commit comments