diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f43dca1226..1b2572a9cc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -31,6 +31,8 @@ updates: directory: "/" schedule: interval: "daily" + cooldown: + default-days: 7 # Only specific requirements are specified in Gemfile, so don't touch it. versioning-strategy: lockfile-only @@ -39,6 +41,8 @@ updates: directory: "/" schedule: interval: "daily" + cooldown: + default-days: 7 # Only specific requirements are specified in package.json, so don't touch it. versioning-strategy: lockfile-only