Skip to content

Commit

Permalink
chore(config): migrate config renovate.json (#8723)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 23, 2025
1 parent d8aabaf commit 24a90ee
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
{
"extends": [
"config:js-lib"
],
"extends": ["config:js-lib"],
"lockFileMaintenance": {
"enabled": true
},
"packageRules": [
{
"matchUpdateTypes": ["patch", "minor"],
"groupName": "all non-major dependencies",
"excludePackageNames": ["typescript"]
"matchPackageNames": ["!typescript"]
}
],
"ignoreDeps": [
Expand All @@ -20,13 +18,7 @@
"@microsoft/tsdoc",
"idb"
],
"ignorePaths": [
"auth/demo",
"auth/cordova/demo",
"auth-compat/demo"
],
"assignees": [
"@hsubox76"
],
"ignorePaths": ["auth/demo", "auth/cordova/demo", "auth-compat/demo"],
"assignees": ["@hsubox76"],
"schedule": "before 3am on Friday"
}

0 comments on commit 24a90ee

Please sign in to comment.