diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6866fdbb..8dadeb30 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: "cargo" directory: "/" schedule: - interval: "daily" + interval: "monthly" open-pull-requests-limit: 100 groups: nonbreaking: @@ -14,16 +14,16 @@ updates: - package-ecosystem: npm directory: "/npm/javy" schedule: - interval: "weekly" + interval: "monthly" open-pull-requests-limit: 100 - package-ecosystem: npm directory: "/npm/javy-cli" schedule: - interval: "weekly" + interval: "monthly" open-pull-requests-limit: 100 - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "monthly"