Skip to content

Commit 3786575

Browse files
chore(config): migrate config renovate.json (#2604)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e8a61d6 commit 3786575

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

renovate.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@
1111
},
1212
"packageRules": [
1313
{
14-
"excludePackagePatterns": ["^@theguild/"],
15-
"matchPackagePatterns": ["*"],
1614
"matchUpdateTypes": ["minor", "patch"],
1715
"groupName": "all non-major dependencies",
18-
"groupSlug": "all-minor-patch"
16+
"groupSlug": "all-minor-patch",
17+
"matchPackageNames": ["!/^@theguild//", "*"]
1918
}
2019
]
2120
}

0 commit comments

Comments
 (0)