Skip to content

Commit 623a983

Browse files
committed
Adjust the labels dependabot uses
Instead of using the default labels for the `github-actions` package ecosystem we specify the labels explicitly. This is done to ensure that dependabot uses our `github-actions` label instead of the default of `github_actions`. We must also explicitly specify the `dependencies` label since we are overriding the default label values.
1 parent d2d8236 commit 623a983

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
@@ -21,6 +21,12 @@ updates:
2121
# - dependency-name: hashicorp/setup-packer
2222
# - dependency-name: hashicorp/setup-terraform
2323
# - dependency-name: mxschmitt/action-tmate
24+
labels:
25+
# dependabot default we need to replicate
26+
- dependencies
27+
# This matches our label definition in .github/labels.yml as opposed to
28+
# dependabot's default of `github_actions`.
29+
- github-actions
2430
package-ecosystem: github-actions
2531
schedule:
2632
interval: weekly

0 commit comments

Comments
 (0)