From 3fc31303644b931a58a65bd6ce5ef959bbc6a278 Mon Sep 17 00:00:00 2001 From: Eldred Habert Date: Tue, 31 Mar 2026 02:12:29 +0200 Subject: [PATCH] Fix some YAML syntax I prefer TOML and JSON anyway... --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 514b41f1..38d2c216 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,7 +7,7 @@ updates: interval: "quarterly" # We do not need *immediate* bumps, only frequent enough to avoid falling out of support range. cooldown: # Avoid bumping deps immediately, to give time for security audits to be conducted default-days: 15 - include: [ * ] + include: [ "*" ] groups: actions: labels: [ builds ] # Since those are CI-related updates...