Skip to content

Commit 32e3655

Browse files
👷: migrate config renovate.json (#4016)
👷: migrate config renovate.json Co-authored-by: bastien.caudan <bastien.caudan@datadoghq.com>
1 parent 2655f21 commit 32e3655

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

‎renovate.json‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
"ignoreDeps": ["registry.ddbuild.io/dd-octo-sts"],
1212
"schedule": ["every weekend"],
1313
"postUpdateOptions": ["yarnDedupeHighest"],
14-
"lockFileMaintenance": { "enabled": true },
14+
"lockFileMaintenance": {
15+
"enabled": true
16+
},
1517
"packageRules": [
1618
{
1719
"groupName": "all non-major dependencies",
@@ -20,12 +22,12 @@
2022
"matchPackageNames": ["!karma-webpack", "!@playwright/test"]
2123
},
2224
{
23-
"matchPaths": ["test/apps/vanilla/**"],
25+
"matchFileNames": ["test/apps/vanilla/**"],
2426
"matchDepNames": ["typescript"],
2527
"enabled": false
2628
},
2729
{
28-
"matchPaths": ["test/apps/react-router-v6-app/**"],
30+
"matchFileNames": ["test/apps/react-router-v6-app/**"],
2931
"matchDepNames": ["react-router-dom"],
3032
"enabled": false
3133
}

0 commit comments

Comments
 (0)