Skip to content

Commit

Permalink
Less frequent, and grouped dependabot updates (#1271)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
anderseknert authored Nov 20, 2024
1 parent 183584a commit 6716d37
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
interval: "monthly"
ignore:
# update OPA manually to bump version in README too
- dependency-name: "github.com/open-policy-agent/opa"
groups:
dependencies:
patterns:
- "*"

0 comments on commit 6716d37

Please sign in to comment.