Skip to content

Commit

Permalink
chore(dependency manager): change from dependabot to renovate (#207)
Browse files Browse the repository at this point in the history
* chore(dependency manager): remove dependabot

* chore(dependency manager): setup renovate

Co-authored-by: Gabriel Santerre <gab@100terres.com>
  • Loading branch information
renovate[bot] and 100terres committed Mar 11, 2022
1 parent cf2b0ac commit 2cabf88
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/dependabot.yml

This file was deleted.

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 2cabf88

Please sign in to comment.