From 1db870ebb893289059ff36badaf36995e4d9d900 Mon Sep 17 00:00:00 2001 From: Rodrigo Fernandes Date: Thu, 27 Nov 2025 12:22:10 +0000 Subject: [PATCH] DTL-7163 Disable dependabot version updates - action from - sec-inc-15514 [skip ci] --- .github/{dependabot.yml => dependabot.yml.disabled} | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) rename .github/{dependabot.yml => dependabot.yml.disabled} (89%) diff --git a/.github/dependabot.yml b/.github/dependabot.yml.disabled similarity index 89% rename from .github/dependabot.yml rename to .github/dependabot.yml.disabled index 3ea73f4..b48bd62 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml.disabled @@ -16,6 +16,10 @@ registries: updates: # Update config based in the comment https://github.com/dependabot/dependabot-core/issues/4993#issuecomment-1289133027 - package-ecosystem: 'npm' + cooldown: + semver-major-days: 14 + semver-minor-days: 14 + semver-patch-days: 7 directory: '/' schedule: interval: 'daily' @@ -46,4 +50,4 @@ updates: open-pull-requests-limit: 10 ignore: - dependency-name: '*' - update-types: ['version-update:semver-major'] \ No newline at end of file + update-types: ['version-update:semver-major']