From 44b6a2c453615b3d2dac7cb8f9df03bdd50e17d7 Mon Sep 17 00:00:00 2001 From: Eldred Habert Date: Tue, 31 Mar 2026 02:14:24 +0200 Subject: [PATCH] Add a key that turns out to be required The documentation is super flaky tbh --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 38d2c216..89313ae1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,5 +10,6 @@ updates: include: [ "*" ] groups: actions: + patterns: [ "*" ] labels: [ builds ] # Since those are CI-related updates...