Skip to content

Commit 66b64d3

Browse files
Migrate config .github/renovate.json (#22)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9040b5d commit 66b64d3

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/renovate.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@
55
],
66
"packageRules": [
77
{
8-
"matchPackageNames": ["python"],
8+
"matchPackageNames": [
9+
"python"
10+
],
911
"allowedVersions": "<3.13"
1012
},
1113
{
12-
"matchPackageNames": ["!python"],
13-
"matchPackagePatterns": ["*"],
14+
"matchPackageNames": [
15+
"!python",
16+
"*"
17+
],
1418
"matchUpdateTypes": [
1519
"major",
1620
"minor",

0 commit comments

Comments
 (0)