nixos/renovate.json
Jake Hillion b6ef41cae0
All checks were successful
renovate/config-validation Validation Successful
flake / flake (push) Successful in 1m49s
renovate: auto-merge github actions
2024-04-23 22:24:28 +01:00

22 lines
406 B
JSON

{
"nix": {
"enabled": true
},
"lockFileMaintenance": {
"enabled": true,
"schedule": ["* 2-5 * * *"]
},
"rebaseWhen": "behind-base-branch",
"packageRules": [
{
"matchManagers": ["github-actions"],
"automerge": true,
"schedule": ["after 11pm on Monday and Thursday"]
}
],
"extends": [
"config:recommended",
"helpers:pinGitHubActionDigests"
]
}