Skip to content

Commit

Permalink
chore(dependency manager): setup renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
100terres committed Mar 11, 2022
1 parent a36581f commit 040af83
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
extends: ["config:base", ":prConcurrentLimitNone"],

labels: ["dependencies"],

packageRules: [
{
matchManagers: ["npm"],
matchDepTypes: ["dependencies"],
rangeStrategy: "bump",
},
{
matchManagers: ["npm"],
matchDepTypes: ["devDependencies"],
rangeStrategy: "pin",
},
{
matchManagers: ["npm"],
matchDepTypes: ["peerDependencies"],
rangeStrategy: "widen",
},
],
}

0 comments on commit 040af83

Please sign in to comment.