diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 62d325a..f92c5c5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,7 @@ updates: - package-ecosystem: cargo directory: "/" schedule: - interval: "weekly" + interval: "monthly" groups: cargo-dependencies: patterns: @@ -13,4 +13,4 @@ updates: - package-ecosystem: github-actions directory: "/" schedule: - interval: "weekly" + interval: "monthly"