Skip to content

Commit 7bc6320

Browse files
Migrate renovate config (#544)
* Migrate config renovate.json * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 59fb8ba commit 7bc6320

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

renovate.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"rangeStrategy": "bump",
88
"packageRules": [
99
{
10-
"matchPackagePatterns": [
11-
"^node$",
12-
"@types/node"
13-
],
1410
"matchUpdateTypes": [
1511
"major"
1612
],
17-
"enabled": false
13+
"enabled": false,
14+
"matchPackageNames": [
15+
"/^node$/",
16+
"/@types/node/"
17+
]
1818
}
1919
]
2020
}

0 commit comments

Comments
 (0)