Add `CI-skip-changelog` label automatically for dependabot github actions updates
This commit is contained in:
parent
fad39e74c4
commit
3599d7f28a
|
@ -14,3 +14,9 @@ updates:
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
|
labels:
|
||||||
|
# dependabot default labels
|
||||||
|
- "dependencies"
|
||||||
|
- "github-actions"
|
||||||
|
# additional labels
|
||||||
|
- "CI-skip-changelog"
|
||||||
|
|
Loading…
Reference in New Issue