Jake Hillion
b6ef41cae0
All checks were successful
renovate/config-validation Validation Successful
flake / flake (push) Successful in 1m49s
22 lines
406 B
JSON
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"
|
|
]
|
|
}
|