Skip to content

Commit

Permalink
chore(deps): disable Docker major updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mu88 committed Nov 4, 2023
1 parent 46bebae commit a052e48
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@
"matchUpdateTypes": ["minor", "patch", "digest"],
"automerge": true,
"automergeType": "branch"
},
{
"enabled": false,
"matchDatasources": [
"docker"
],
"matchUpdateTypes": [
"major"
]
}
]
}

0 comments on commit a052e48

Please sign in to comment.