We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64285ae commit 95998ffCopy full SHA for 95998ff
.github/dependabot.yaml
@@ -5,8 +5,10 @@ updates:
5
directory: "/"
6
schedule:
7
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.
10
ignore:
11
# I just want update action when major/minor version is updated. patch updates are too noisy.
- - dependency-name: '*'
12
+ - dependency-name: "*"
13
update-types:
14
- version-update:semver-patch
0 commit comments