0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-12-28 10:41:41 +01:00
gitea/.github/dependabot.yml
silverwind e06040efd8
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.
2025-12-19 08:49:26 +00:00

11 lines
184 B
YAML

version: 2
updates:
- package-ecosystem: github-actions
labels: [modifies/dependencies]
directory: /
schedule:
interval: daily
cooldown:
default-days: 5