We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents deb2480 + 623a983 commit ad43910Copy full SHA for ad43910
.github/dependabot.yml
@@ -22,6 +22,12 @@ updates:
22
# - dependency-name: hashicorp/setup-packer
23
# - dependency-name: hashicorp/setup-terraform
24
# - 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
31
package-ecosystem: github-actions
32
schedule:
33
interval: weekly
0 commit comments