Migrate config .github/renovate.json (#3227)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
15
.github/renovate.json
vendored
15
.github/renovate.json
vendored
@@ -1,11 +1,20 @@
|
|||||||
{
|
{
|
||||||
"baseBranches": ["main"],
|
"baseBranches": [
|
||||||
|
"main"
|
||||||
|
],
|
||||||
"commitMessageAction": "⬆️ Bump",
|
"commitMessageAction": "⬆️ Bump",
|
||||||
"commitMessageTopic": "{{depName}}",
|
"commitMessageTopic": "{{depName}}",
|
||||||
"extends": ["config:base", "schedule:weekly"],
|
"extends": [
|
||||||
|
"config:recommended",
|
||||||
|
"schedule:weekly"
|
||||||
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchUpdateTypes": ["minor", "patch", "pin"]
|
"matchUpdateTypes": [
|
||||||
|
"minor",
|
||||||
|
"patch",
|
||||||
|
"pin"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"timezone": "America/Detroit"
|
"timezone": "America/Detroit"
|
||||||
|
|||||||
Reference in New Issue
Block a user