Add CI-skip-changelog label automatically for dependabot github actions updates

This commit is contained in:
messense 2022-10-10 11:27:45 +08:00
parent fad39e74c4
commit 3599d7f28a
No known key found for this signature in database
GPG key ID: BB41A8A2C716CCA9

View file

@ -14,3 +14,9 @@ updates:
directory: "/"
schedule:
interval: "weekly"
labels:
# dependabot default labels
- "dependencies"
- "github-actions"
# additional labels
- "CI-skip-changelog"