diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 309fbeb..4281013 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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: @@ -22,15 +36,13 @@ updates: - anyhow - thiserror - log - - env_logger + - tracing + - tracing* - syn - quote - heck - tokio - typed-builder - - clap - - clap-* - - clap_* - schemars rest: patterns: