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 5fa40bacea
commit 51e1ab5d7d

View File

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