diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 0903e4a7..1bf0315e 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -12,6 +12,8 @@ updates: open-pull-requests-limit: 20 commit-message: prefix: "Upgrade: [dependabot] - " + cooldown: + default-days: 3 ################################### # Poetry ######################### @@ -26,6 +28,8 @@ updates: versioning-strategy: increase commit-message: prefix: "Upgrade: [dependabot] - " + cooldown: + default-days: 3 ################################### # NPM workspace ################## @@ -40,3 +44,5 @@ updates: versioning-strategy: increase commit-message: prefix: "Upgrade: [dependabot] - " + cooldown: + default-days: 3