We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b765c92 + dbc6d9f commit 9329f28Copy full SHA for 9329f28
.github/dependabot.yaml
@@ -3,24 +3,33 @@ updates:
3
- package-ecosystem: github-actions
4
directory: /
5
schedule:
6
- interval: weekly
+ interval: monthly
7
groups:
8
github-actions:
9
patterns:
10
- "*"
11
+ update-types:
12
+ - "minor"
13
+ - "patch"
14
- package-ecosystem: docker
15
16
- interval: daily
17
18
19
docker:
20
21
22
23
24
25
- package-ecosystem: gomod
26
27
28
29
30
gomod:
31
32
33
34
35
0 commit comments