mirror of
https://github.com/go-gitea/gitea.git
synced 2025-12-26 20:31:33 +00:00
`actions/labeler` can not detect dependency updates in actions because it works on file level, so we need to let dependabot set this label.
11 lines
184 B
YAML
11 lines
184 B
YAML
version: 2
|
|
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
labels: [modifies/dependencies]
|
|
directory: /
|
|
schedule:
|
|
interval: daily
|
|
cooldown:
|
|
default-days: 5
|