Jake Hillion
62d62500ae
All checks were successful
renovate/config-validation Validation Successful
flake / flake (push) Successful in 1m59s
Also pin patch version of Gitea actions. This should treat each future update as an update rather than a relock which should show the changelog in the PR.
25 lines
443 B
JSON
25 lines
443 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",
|
|
"after 11pm on Thursday"
|
|
]
|
|
}
|
|
],
|
|
"extends": [
|
|
"config:recommended",
|
|
"helpers:pinGitHubActionDigests"
|
|
]
|
|
}
|