mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 10:59:36 +00:00
Fix some YAML syntax
I prefer TOML and JSON anyway...
This commit is contained in:
@@ -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...
|
||||
|
||||
Reference in New Issue
Block a user