Skip to content

Commit

Permalink
Configure Renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
brianclemens committed May 8, 2024
1 parent f325a28 commit f7c0633
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"platformAutomerge": true,
"automergeType": "pr",
"prCreation": "immediate",
"assignees": [
"brianclemens"
],
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true
}
]
}

0 comments on commit f7c0633

Please sign in to comment.