Skip to content

Commit

Permalink
chore: Don't automerge dockerfile changes, as they aren't tested.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjw committed Nov 15, 2023
1 parent b956e29 commit f829460
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
},
{
"matchUpdateTypes": ["minor"],
"matchCategories": ["dockerfile"],
"automerge": true
}
]
}

0 comments on commit f829460

Please sign in to comment.