mirror of
https://github.com/nodejs/node.git
synced 2025-12-27 23:41:14 +00:00
tools: remove unsupported cooldown from Dependabot config
PR-URL: https://github.com/nodejs/node/pull/60747 Refs: https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#configuration-of-cooldown Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
parent
900d329ef5
commit
6c306b6986
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@ -6,10 +6,6 @@ updates:
|
||||
directory: /
|
||||
schedule:
|
||||
interval: monthly
|
||||
cooldown:
|
||||
semver-major-days: 5
|
||||
semver-minor-days: 5
|
||||
semver-patch-days: 5
|
||||
commit-message:
|
||||
prefix: meta
|
||||
open-pull-requests-limit: 10
|
||||
|
||||
Loading…
Reference in New Issue
Block a user