Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

Commit 9d29e0d

Browse files
committed
chore: Prevent renovate from pinning dependencies
1 parent 2f6c1b5 commit 9d29e0d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

renovate.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
11
{
2-
"extends": ["config:base"],
3-
"packageRules": [
4-
{
5-
"packageNames": ["@typescript-eslint/eslint-plugin", "@typescript-eslint/parser"],
6-
"rangeStrategy": "replace"
7-
}
8-
]
2+
"extends": ["config:js-lib"]
93
}

0 commit comments

Comments
 (0)