Skip to content

Commit

Permalink
reinstitute group setup for dependabot
Browse files Browse the repository at this point in the history
Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed Oct 21, 2023
1 parent b91e511 commit 841d7df
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,27 @@ version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
commit-message:
prefix: "[Action]"
schedule:
interval: "weekly"
interval: "monthly"

- package-ecosystem: docker
directory: "/"
schedule:
interval: weekly
ignore:
- dependency-name: "rust"
update-types: ["version-update:semver-major"]
commit-message:
prefix: "[Docker]"

- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "[Cargo]"
groups:
kube:
patterns:
Expand All @@ -22,15 +36,13 @@ updates:
- anyhow
- thiserror
- log
- env_logger
- tracing
- tracing*
- syn
- quote
- heck
- tokio
- typed-builder
- clap
- clap-*
- clap_*
- schemars
rest:
patterns:
Expand Down

0 comments on commit 841d7df

Please sign in to comment.