0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-12-22 18:35:32 +01: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:
silverwind 2025-12-19 09:49:26 +01:00 committed by GitHub
parent 16aa0fcc98
commit e06040efd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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