nixos/renovate.json
Jake Hillion c3447b3ec9
All checks were successful
renovate/config-validation Validation Successful
flake / flake (push) Successful in 1m37s
renovate: extend recommended config and pin github actions
2024-04-23 20:27:40 +01:00

15 lines
247 B
JSON

{
"nix": {
"enabled": true
},
"lockFileMaintenance": {
"enabled": true,
"rebaseWhen": "behind-base-branch",
"schedule": ["* 2-5 * * *"]
},
"extends": [
"config:recommended",
"helpers:pinGitHubActionDigests"
]
}