mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-14 19:10:09 +00:00
ci: dependabot cooldown 65d2ae
This commit is contained in:
4
.github/dependabot.yaml
vendored
4
.github/dependabot.yaml
vendored
@@ -5,8 +5,10 @@ updates:
|
|||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly" # Check for updates to GitHub Actions every week
|
interval: "weekly" # Check for updates to GitHub Actions every week
|
||||||
|
cooldown:
|
||||||
|
default-days: 14 # Wait 14 days before creating another PR for the same dependency. This will prevent vulnerability on the package impact.
|
||||||
ignore:
|
ignore:
|
||||||
# I just want update action when major/minor version is updated. patch updates are too noisy.
|
# I just want update action when major/minor version is updated. patch updates are too noisy.
|
||||||
- dependency-name: '*'
|
- dependency-name: "*"
|
||||||
update-types:
|
update-types:
|
||||||
- version-update:semver-patch
|
- version-update:semver-patch
|
||||||
|
|||||||
Reference in New Issue
Block a user