Skip to content

Commit 5f0bb51

Browse files
committed
Less frequent, and grouped dependabot updates
Monthly may seem like an excaggeration, but our only real dependency is OPA, and we update that anyway. The rest are just peripheral anyway, and security related updates will be suggested immediately regardless. Signed-off-by: Anders Eknert <[email protected]>
1 parent 183584a commit 5f0bb51

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/dependabot.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "daily"
6+
interval: "weekly"
77
- package-ecosystem: "gomod"
88
directory: "/"
99
schedule:
10-
interval: "daily"
10+
interval: "monthly"
1111
ignore:
1212
# update OPA manually to bump version in README too
1313
- dependency-name: "github.com/open-policy-agent/opa"
14+
groups:
15+
dependencies:
16+
patterns:
17+
- "*"

0 commit comments

Comments
 (0)