Skip to content

Commit

Permalink
Tell renovate to ignore idb, and remove unusued dependencies (#8529)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlarocque authored Oct 8, 2024
1 parent aa6db78 commit 1c8dbee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@
}
],
"ignoreDeps": [
"karma-sauce-launcher",
"protractor",
"long",
"rollup-plugin-copy-assets",
"whatwg-fetch",
"typedoc",
"@microsoft/tsdoc"
"@microsoft/tsdoc",
"idb"
],
"ignorePaths": [
"auth/demo",
Expand Down

0 comments on commit 1c8dbee

Please sign in to comment.