nix-hamburg.astro.nix/renovate.json
Sebastian Wendel a2c92466b9
added astro
2023-04-07 16:32:36 +02:00

9 lines
218 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"assignees": ["Nobbz"],
"rangeStrategy": "update-lockfile",
"schedule": ["* 0-5 * * *"],
"nix": { "enabled": true }
}