srx.astro.nix/renovate.json

9 lines
218 B
JSON
Raw Normal View History

2023-03-30 01:14:12 +02:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"assignees": ["Nobbz"],
"rangeStrategy": "update-lockfile",
"schedule": ["* 0-5 * * *"],
"nix": { "enabled": true }
}