From 51e1ab5d7d12971441feca82df48bb3e67d735f0 Mon Sep 17 00:00:00 2001 From: silverwind Date: Thu, 18 Dec 2025 23:56:08 +0100 Subject: [PATCH] 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. --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 399419bba8..5ddf28b726 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,7 @@ version: 2 updates: - package-ecosystem: github-actions + labels: [] directory: / schedule: interval: daily