Skip to content

Commit e06040e

Browse files
authored
Add modifies/dependencies label to dependabot (#36206)
`actions/labeler` can not detect dependency updates in actions because it works on file level, so we need to let dependabot set this label.
1 parent 16aa0fc commit e06040e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22

33
updates:
44
- package-ecosystem: github-actions
5-
labels: []
5+
labels: [modifies/dependencies]
66
directory: /
77
schedule:
88
interval: daily

0 commit comments

Comments
 (0)