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
1 changed files with 6 additions and 0 deletions

View File

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