Skip to content

Commit

Permalink
chore: update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 18, 2021
1 parent 2ed7b2c commit c849667
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/renovate.json5
Expand Up @@ -9,12 +9,19 @@
"pin": false,
"rangeStrategy": "bump",
"node": false,
"packageRules": [
{
"depTypeList": ["peerDependencies"],
"enabled": false
}
],
"ignoreDeps": [
// manually bumping
"esbuild",
"rollup",
"@vue/compiler-sfc",
"node",
"ts-node",
"typescript",

// breaking changes
"source-map",
Expand Down

0 comments on commit c849667

Please sign in to comment.