Skip to content

Commit

Permalink
chore(renovate): Weekly vitess docker image version update
Browse files Browse the repository at this point in the history
Same rule done in prisma/prisma

[skip ci]
  • Loading branch information
Jolg42 authored Nov 9, 2022
1 parent 148b557 commit 159bafd
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,16 @@
"every weekend"
],
"separateMinorPatch": true,
"packageRules": [{
"matchFiles": ["docker-compose.yml"],
"matchUpdateTypes": ["minor", "major"],
"enabled": false
}]
"packageRules": [
{
"matchFiles": ["docker-compose.yml"],
"matchUpdateTypes": ["minor", "major"],
"enabled": false
},
{
"groupName": "Weekly vitess docker image version update",
"packageNames": ["vitess/vttestserver"],
"schedule": ["before 7am on Wednesday"]
}
]
}

0 comments on commit 159bafd

Please sign in to comment.