diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ee3cbb65..e79a0f66 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,12 +9,14 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" + day: "sunday" open-pull-requests-limit: 10 # Maintain dependencies for Ruby/Rails bundler - package-ecosystem: "bundler" directory: "/" schedule: - interval: "daily" + interval: "weekly" + day: "sunday" open-pull-requests-limit: 10