Skip to content

Commit

Permalink
fix: disable renovate pin update
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Oct 31, 2024
1 parent aced9f9 commit d6a8241
Show file tree
Hide file tree
Showing 3 changed files with 406 additions and 810 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-qiwi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@typescript-eslint/parser": "^7.16.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-sonarjs": "2.0.4",
"eslint-plugin-sonarjs": "2.0.2",
"eslint-plugin-unicorn": "^56.0.0"
},
"peerDependencies": {
Expand Down
1 change: 1 addition & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": [
"config:base"
],
"updatePinnedDependencies": false,
"automerge": true,
"automergeType": "pr",
"rangeStrategy": "replace"
Expand Down
Loading

0 comments on commit d6a8241

Please sign in to comment.