Skip to content

Commit 95998ff

Browse files
committed
ci: dependabot cooldown 65d2ae
1 parent 64285ae commit 95998ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/dependabot.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "weekly" # Check for updates to GitHub Actions every week
8+
cooldown:
9+
default-days: 14 # Wait 14 days before creating another PR for the same dependency. This will prevent vulnerability on the package impact.
810
ignore:
911
# I just want update action when major/minor version is updated. patch updates are too noisy.
10-
- dependency-name: '*'
12+
- dependency-name: "*"
1113
update-types:
1214
- version-update:semver-patch

0 commit comments

Comments
 (0)