Skip to content

Commit 1351101

Browse files
Migrate config renovate.json (#245)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 23bc09b commit 1351101

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

renovate.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
{
88
"groupName": "all non-major dependencies",
99
"groupSlug": "all-minor-patch",
10-
"matchPackagePatterns": [
11-
"*"
12-
],
13-
"excludePackageNames": ["python"],
1410
"matchUpdateTypes": [
1511
"minor",
1612
"patch"
13+
],
14+
"matchPackageNames": [
15+
"*",
16+
"!python"
1717
]
1818
}
1919
],

0 commit comments

Comments
 (0)