renovate: auto-merge github actions
All checks were successful
renovate/config-validation Validation Successful
flake / flake (push) Successful in 1m49s

This commit is contained in:
Jake Hillion 2024-04-23 22:20:13 +01:00
parent 700ca88feb
commit b6ef41cae0

View File

@ -4,9 +4,16 @@
},
"lockFileMaintenance": {
"enabled": true,
"rebaseWhen": "behind-base-branch",
"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"