Skip to content

Commit

Permalink
Add renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
chdorner committed Oct 25, 2024
1 parent da32b44 commit 1ea042f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"extends": [
"config:best-practices"
],
"packageRules": [
{
"matchUpdateTypes": [
"major",
"minor",
"patch",
"pin",
"digest"
],
"automerge": false
}
]
}

0 comments on commit 1ea042f

Please sign in to comment.