Skip to content

Commit 9329f28

Browse files
authored
Merge pull request #427 from uselagoon/update-ci
chore: update dependabot configuration
2 parents b765c92 + dbc6d9f commit 9329f28

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.github/dependabot.yaml

+12-3
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,33 @@ updates:
33
- package-ecosystem: github-actions
44
directory: /
55
schedule:
6-
interval: weekly
6+
interval: monthly
77
groups:
88
github-actions:
99
patterns:
1010
- "*"
11+
update-types:
12+
- "minor"
13+
- "patch"
1114
- package-ecosystem: docker
1215
directory: /
1316
schedule:
14-
interval: daily
17+
interval: monthly
1518
groups:
1619
docker:
1720
patterns:
1821
- "*"
22+
update-types:
23+
- "minor"
24+
- "patch"
1925
- package-ecosystem: gomod
2026
directory: /
2127
schedule:
22-
interval: daily
28+
interval: monthly
2329
groups:
2430
gomod:
2531
patterns:
2632
- "*"
33+
update-types:
34+
- "minor"
35+
- "patch"

0 commit comments

Comments
 (0)