Skip to content

Commit ad43910

Browse files
authored
Merge pull request #218 from cisagov/improvement/adjust_dependabot_labels
Adjust the labels dependabot uses for GitHub Actions updates
2 parents deb2480 + 623a983 commit ad43910

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ updates:
2222
# - dependency-name: hashicorp/setup-packer
2323
# - dependency-name: hashicorp/setup-terraform
2424
# - dependency-name: mxschmitt/action-tmate
25+
labels:
26+
# dependabot default we need to replicate
27+
- dependencies
28+
# This matches our label definition in .github/labels.yml as opposed to
29+
# dependabot's default of `github_actions`.
30+
- github-actions
2531
package-ecosystem: github-actions
2632
schedule:
2733
interval: weekly

0 commit comments

Comments
 (0)