diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 9c9189231..f93b6c540 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -17,9 +17,13 @@ updates: - package-ecosystem: "cargo" directory: "/src/rust" schedule: - interval: "daily" + interval: weekly commit-message: prefix: "chore: " + groups: + patch: + update-types: + - patch - package-ecosystem: "devcontainers" directory: "/"