Merge pull request #2672 from messense/dependabot-github-actions-labels

Add `CI-skip-changelog` label automatically for dependabot github actions updates
This commit is contained in:
messense 2022-10-10 14:08:44 +08:00 committed by GitHub
commit 44732fc4c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"