Skip to content

Commit 24a90ee

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

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

renovate.json

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
{
2-
"extends": [
3-
"config:js-lib"
4-
],
2+
"extends": ["config:js-lib"],
53
"lockFileMaintenance": {
64
"enabled": true
75
},
86
"packageRules": [
97
{
108
"matchUpdateTypes": ["patch", "minor"],
119
"groupName": "all non-major dependencies",
12-
"excludePackageNames": ["typescript"]
10+
"matchPackageNames": ["!typescript"]
1311
}
1412
],
1513
"ignoreDeps": [
@@ -20,13 +18,7 @@
2018
"@microsoft/tsdoc",
2119
"idb"
2220
],
23-
"ignorePaths": [
24-
"auth/demo",
25-
"auth/cordova/demo",
26-
"auth-compat/demo"
27-
],
28-
"assignees": [
29-
"@hsubox76"
30-
],
21+
"ignorePaths": ["auth/demo", "auth/cordova/demo", "auth-compat/demo"],
22+
"assignees": ["@hsubox76"],
3123
"schedule": "before 3am on Friday"
3224
}

0 commit comments

Comments
 (0)