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.
2 parents 25e01e2 + a55d833 commit 705167fCopy full SHA for 705167f
.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