dotfiles/renovate.json
2024-09-08 02:22:54 +02:00

11 lines
197 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:best-practices",
"schedule:weekly",
":automergeAll"
],
"nix": {
"enabled": true
}
}