Skip to content

Commit e2dbaa8

Browse files
authored
ci: add explicit dependabot label for use in automation (#6100)
1 parent 20f1265 commit e2dbaa8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,21 @@ updates:
1616
gh-actions-packages:
1717
patterns:
1818
- "*"
19+
labels:
20+
- dependabot
21+
- dependencies
22+
- github_actions
23+
- semver-patch
1924
- package-ecosystem: "npm"
2025
directories:
2126
- "/"
2227
schedule:
2328
interval: "weekly"
29+
labels:
30+
- dependabot
31+
- dependencies
32+
- javascript
33+
- semver-patch
2434
ignore:
2535
- dependency-name: "@types/node"
2636
# Update the types manually with new Node.js version support

0 commit comments

Comments
 (0)