Fix some YAML syntax

I prefer TOML and JSON anyway...
This commit is contained in:
Eldred Habert
2026-03-31 02:12:29 +02:00
committed by GitHub
parent 5090395ca7
commit 3fc3130364
+1 -1
View File
@@ -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...