renovate: extend recommended config and pin github actions
All checks were successful
renovate/config-validation Validation Successful
flake / flake (push) Successful in 1m37s

This commit is contained in:
Jake Hillion 2024-04-23 20:21:27 +01:00 committed by JakeHillion
parent 5350581676
commit c3447b3ec9

View File

@ -6,5 +6,9 @@
"enabled": true,
"rebaseWhen": "behind-base-branch",
"schedule": ["* 2-5 * * *"]
}
},
"extends": [
"config:recommended",
"helpers:pinGitHubActionDigests"
]
}