From b22c9cffc521db4501a6795bb1d2c23dd40c1e88 Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Sun, 26 Apr 2026 19:39:20 +0200 Subject: [PATCH] Fix dependabot label for github-actions-related updates I misspelled this when I added the labels section in ca941ffb1825; seems it was using github_actions before. --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d461a5be2..eb2d9d1d6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,4 +15,4 @@ updates: labels: - "maintenance" - "dependencies" - - "github-actions" + - "github_actions"