mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 19:09: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.
|
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
|
cooldown: # Avoid bumping deps immediately, to give time for security audits to be conducted
|
||||||
default-days: 15
|
default-days: 15
|
||||||
include: [ * ]
|
include: [ "*" ]
|
||||||
groups:
|
groups:
|
||||||
actions:
|
actions:
|
||||||
labels: [ builds ] # Since those are CI-related updates...
|
labels: [ builds ] # Since those are CI-related updates...
|
||||||
|
|||||||
Reference in New Issue
Block a user