Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1 from MonoidDev/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
AustinZhu authored Dec 20, 2021
2 parents 6d6eb97 + dc03235 commit 6a44cd8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"extends": [
"config:base"
],
"rangeStrategy": "update-lockfile",
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
],
"reviewers": ["hanayashiki"]
}

1 comment on commit 6a44cd8

@vercel
Copy link

@vercel vercel bot commented on 6a44cd8 Dec 20, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.