diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 82afbb7..b850fc9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,12 +1,16 @@ version: 2 updates: - package-ecosystem: github-actions - directory: "/" + directory: / schedule: interval: daily open-pull-requests-limit: 10 + cooldown: + default-days: 7 - package-ecosystem: bundler - directory: "/" + directory: / schedule: interval: daily open-pull-requests-limit: 10 + cooldown: + default-days: 7