Skip to content

Commit

Permalink
chore: update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Feb 6, 2024
1 parent fec9ca0 commit 1e8d4c9
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": ["config:base", "schedule:weekly"],
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", "schedule:weekly", "group:allNonMajor"],
"labels": ["dependencies"],
"pin": false,
"rangeStrategy": "bump",
"packageRules": [
{
Expand All @@ -21,11 +21,8 @@
}
],
"ignoreDeps": [
// wait for ecosystem to upgrade to React v18
"@testing-library/react",
"@testing-library/user-event",
// manually bumping
"node",
// user can install any version
"vite",
// we patch these packages
"@types/chai",
Expand All @@ -34,7 +31,5 @@
"loupe",
// Pinned due to https://github.com/vitest-dev/vitest/issues/4710
"log-update",

Check failure on line 33 in .github/renovate.json5

View workflow job for this annotation

GitHub Actions / lint

Unexpected trailing comma
// we update types for node when we bump the minimal version
"@types/node"
]
}

0 comments on commit 1e8d4c9

Please sign in to comment.