mirror of
https://github.com/go-gitea/gitea
synced 2026-02-03 11:10:40 +00:00
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.
This commit is contained in:
@@ -2,7 +2,7 @@ version: 2
|
|||||||
|
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: github-actions
|
- package-ecosystem: github-actions
|
||||||
labels: []
|
labels: [modifies/dependencies]
|
||||||
directory: /
|
directory: /
|
||||||
schedule:
|
schedule:
|
||||||
interval: daily
|
interval: daily
|
||||||
|
|||||||
Reference in New Issue
Block a user