2
0

Disable dependabot automatic labels (#36203)

Disable dependabot's [automatic
labels](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#labels--),
we have `actions/labeler` to do this job. After this is merged, I will
delete the labels `dependencies` and `github_actions` that dependabot
had created.
This commit is contained in:
silverwind
2025-12-18 23:56:08 +01:00
committed by GitHub
parent fbc2e8102b
commit 2a80e23380

View File

@@ -2,6 +2,7 @@ version: 2
updates:
- package-ecosystem: github-actions
labels: []
directory: /
schedule:
interval: daily