From d0f92c920540daa4a7bfabad990e9ce5d013681c Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Fri, 3 Oct 2025 17:45:40 -0300 Subject: [PATCH] tools: use cooldown property correctly --- .github/dependabot.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9cc673d5a62fe7..998f55603a8720 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,10 +6,10 @@ updates: directory: / schedule: interval: monthly - cooldown: - - semver-major-days: 5 - - semver-minor-days: 5 - - semver-patch-days: 5 + cooldown: + semver-major-days: 5 + semver-minor-days: 5 + semver-patch-days: 5 commit-message: prefix: meta @@ -19,10 +19,10 @@ updates: directory: /tools/eslint schedule: interval: monthly - cooldown: - - semver-major-days: 5 - - semver-minor-days: 5 - - semver-patch-days: 5 + cooldown: + semver-major-days: 5 + semver-minor-days: 5 + semver-patch-days: 5 commit-message: prefix: tools open-pull-requests-limit: ${{secrets.OPEN_PR_LIMIT}} @@ -36,10 +36,10 @@ updates: directory: /tools/lint-md schedule: interval: monthly - cooldown: - - semver-major-days: 5 - - semver-minor-days: 5 - - semver-patch-days: 5 + cooldown: + semver-major-days: 5 + semver-minor-days: 5 + semver-patch-days: 5 commit-message: prefix: tools open-pull-requests-limit: ${{secrets.OPEN_PR_LIMIT}} @@ -53,10 +53,10 @@ updates: directory: /tools/doc schedule: interval: weekly - cooldown: - - semver-major-days: 5 - - semver-minor-days: 5 - - semver-patch-days: 5 + cooldown: + semver-major-days: 5 + semver-minor-days: 5 + semver-patch-days: 5 commit-message: prefix: tools open-pull-requests-limit: ${{secrets.OPEN_PR_LIMIT}}