diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b52bedd..45d6c7c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,6 +20,8 @@ updates: dependencies: patterns: - "*" + cooldown: + default-days: 2 # Enable version updates for GitHub Actions - package-ecosystem: "github-actions" @@ -30,4 +32,6 @@ updates: - "dependencies" - "github-actions" # Allow up to 5 open pull requests for GitHub Actions - open-pull-requests-limit: 5 \ No newline at end of file + open-pull-requests-limit: 5 + cooldown: + default-days: 2