mirror of
https://github.com/dokku/dokku.git
synced 2026-08-29 10:08:53 +02:00
chore: ignore minor and patch updates for github actions
Add ignore rules for minor and patch updates in Dependabot configuration.
This commit is contained in:
committed by
GitHub
parent
50583b3376
commit
87fe6e6925
5
.github/dependabot.yml
vendored
5
.github/dependabot.yml
vendored
@@ -330,6 +330,11 @@ updates:
|
||||
open-pull-requests-limit: 10
|
||||
labels:
|
||||
- "type: dependencies"
|
||||
ignore:
|
||||
- dependency-name: "*"
|
||||
update-types:
|
||||
- "version-update:semver-minor"
|
||||
- "version-update:semver-patch"
|
||||
- package-ecosystem: "docker"
|
||||
directory: "/"
|
||||
schedule:
|
||||
|
||||
Reference in New Issue
Block a user