Skip to content

Commit fbc5023

Browse files
chore(config): migrate renovate config (open-feature#1327)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e6766c0 commit fbc5023

File tree

1 file changed

+8
-20
lines changed

1 file changed

+8
-20
lines changed

renovate.json

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,23 @@
33
"extends": ["github>open-feature/community-tooling"],
44
"packageRules": [
55
{
6-
"matchPackagePatterns": ["^@nx/", "nx"],
7-
"enabled": false
6+
"enabled": false,
7+
"matchPackageNames": ["/^@nx//", "/nx/"]
88
},
99
{
1010
"dependencyDashboardApproval": true,
11-
"matchPackagePatterns": [
12-
"^@typescript-eslint/",
13-
"^eslint"
14-
],
15-
"groupName": "ESLint"
11+
"groupName": "ESLint",
12+
"matchPackageNames": ["/^@typescript-eslint//", "/^eslint/"]
1613
},
1714
{
1815
"dependencyDashboardApproval": true,
19-
"matchPackagePatterns": [
20-
"^@types/"
21-
],
22-
"groupName": "Types"
16+
"groupName": "Types",
17+
"matchPackageNames": ["/^@types//"]
2318
},
2419
{
2520
"dependencyDashboardApproval": true,
26-
"matchUpdateTypes": [
27-
"minor",
28-
"patch",
29-
"pin",
30-
"digest"
31-
],
32-
"matchDepTypes": [
33-
"devDependencies"
34-
],
21+
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
22+
"matchDepTypes": ["devDependencies"],
3523
"automerge": true
3624
}
3725
]

0 commit comments

Comments
 (0)