Skip to content

Commit

Permalink
Update renovate config to automerge PRs for minor and patch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesKlauss committed May 12, 2023
1 parent 2a70d34 commit dbe328d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
],
"schedule": [
"after 10pm on sunday"
]
}

1 comment on commit dbe328d

@vercel
Copy link

@vercel vercel bot commented on dbe328d May 12, 2023

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.