Skip to content

Commit 443d917

Browse files
authored
chore(config): migrate config .github/renovate.json (#373)
1 parent 248ab68 commit 443d917

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/renovate.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base",
4+
"config:recommended",
55
":rebaseStalePrs",
66
":automergeMinor",
77
"schedule:weekends",
@@ -10,12 +10,16 @@
1010
"packageRules": [
1111
{
1212
"description": "package.json specifies dependencies like ^1.0.0; bump them even when new version matches",
13-
"matchManagers": ["npm"],
13+
"matchManagers": [
14+
"npm"
15+
],
1416
"rangeStrategy": "bump"
1517
},
1618
{
1719
"description": "Update chrome twice monthly to avoid daily PRs",
18-
"matchDepNames": ["chrome"],
20+
"matchDepNames": [
21+
"chrome"
22+
],
1923
"schedule": "* 0-12 */14 * *"
2024
}
2125
],
@@ -35,7 +39,7 @@
3539
"^MODULE.bazel$"
3640
],
3741
"matchStrings": [
38-
".*?(?<currentValue>[\\d\\.]+)[^\\n]*?renovate:\\s+datasource=(?<datasource>\\S+)\\s+depName=(?<depName>\\S+)\\s+(versioning=(?<versioning>\\S+))?"
42+
".*?(?<currentValue>[\\d\\.]+)[^\\n]*?renovate:\\s+datasource=(?<datasource>\\S+)\\s+depName=(?<depName>\\S+)\\s+(versioning=(?<versioning>\\S+))?"
3943
]
4044
}
4145
]

0 commit comments

Comments
 (0)