Skip to content

Commit

Permalink
dependabot: correct file formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Charlie Egan <[email protected]>
  • Loading branch information
charlieegan3 committed Jan 6, 2025
1 parent aeb699b commit bc9995f
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
dependencies:
patterns:
- "*"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "monthly"
ignore:
# update OPA manually to bump version in README too
- dependency-name: "github.com/open-policy-agent/opa"
groups:
dependencies:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
dependencies:
patterns:
- "*"
- package-ecosystem: "gomod"
directory: "/"
schedule:
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 bc9995f

Please sign in to comment.