Skip to content

Commit

Permalink
Reconfigure Renovate (#289)
Browse files Browse the repository at this point in the history
Co-authored-by: kk <34793610@qq.com>
  • Loading branch information
curlykay9527 and kk committed Sep 11, 2023
1 parent 33718ca commit f825598
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"homepage": "https://github.com/Swatinem/rollup-plugin-dts#readme",
"engines": {
"node": ">=v16.20.2"
"node": ">=16"
},
"type": "module",
"main": "./dist/rollup-plugin-dts.cjs",
Expand Down Expand Up @@ -59,7 +59,7 @@
"typescript": "5.2.2"
},
"peerDependencies": {
"rollup": "^3.29.1",
"rollup": "^3.25",
"typescript": "^4.5 || ^5.0"
},
"optionalDependencies": {
Expand Down
11 changes: 10 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,14 @@
":automergeBranchPush",
":automergeRequireAllStatusChecks"
],
"rangeStrategy": "bump"
"rangeStrategy": "bump",
"packageRules": [
{
"description": "Ignore node add peerDependencies",
"matchPackageNames": ["node"],
"matchManagers": ["npm"],
"matchDepTypes": ["engines", "peerDependencies"],
"enabled": false
}
]
}

0 comments on commit f825598

Please sign in to comment.