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']