Skip to content

Commit

Permalink
feat: adjust renovate for dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Rouven Himmelstein committed Jan 24, 2024
1 parent c204631 commit 88a3a78
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 @@
{
"packageRules": [
{
"managers": ["dockerfile"],
"matchUpdateTypes": [
"major",
"minor",
"patch"
],
"automerge": true,
"automergeType": "branch"
},
{
"matchUpdateTypes": [
"major",
Expand Down

0 comments on commit 88a3a78

Please sign in to comment.