Migrate config .github/renovate.json (#3227)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-02-12 09:01:27 -05:00
committed by GitHub
parent 1e9790c37d
commit f6385cd4a3

15
.github/renovate.json vendored
View File

@@ -1,11 +1,20 @@
{
"baseBranches": ["main"],
"baseBranches": [
"main"
],
"commitMessageAction": "⬆️ Bump",
"commitMessageTopic": "{{depName}}",
"extends": ["config:base", "schedule:weekly"],
"extends": [
"config:recommended",
"schedule:weekly"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin"]
"matchUpdateTypes": [
"minor",
"patch",
"pin"
]
}
],
"timezone": "America/Detroit"