diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 197493f..3d75565 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,6 +21,10 @@ updates: prefix-development: "🔧 " include: scope open-pull-requests-limit: 10 + cooldown: + default-days: 7 + exclude: + - 1debit/* - package-ecosystem: gomod directory: "/" schedule: @@ -37,3 +41,7 @@ updates: open-pull-requests-limit: 10 registries: - github-octocat + cooldown: + default-days: 7 + exclude: + - github.com/1debit/*