Ignore minor and patch updates of Action dependencies
This commit is contained in:
parent
fca31d8e23
commit
d8bcd1aa2f
1 changed files with 5 additions and 0 deletions
5
.github/dependabot.yml
vendored
5
.github/dependabot.yml
vendored
|
@ -5,3 +5,8 @@ updates:
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
|
ignore:
|
||||||
|
- dependency-name: "*"
|
||||||
|
update-types: ["version-update:semver-patch"]
|
||||||
|
- dependency-name: "*"
|
||||||
|
update-types: ["version-update:semver-minor"]
|
||||||
|
|
Loading…
Reference in a new issue