Skip to content

Commit

Permalink
Add Docker compose to renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Sep 26, 2023
1 parent 858d3bc commit e27e269
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
},
baseBranches: ['master', '5.2', '5.1', '5.0', 'release_4'],
'pre-commit': { enabled: true },
dockerCompose: {
enabled: true,
fileMatch: ['(^|/)docker-compose[^/]*\\.yaml$'],
},
regexManagers: [
{
fileMatch: ['^.pre-commit-config.yaml$'],
Expand Down

0 comments on commit e27e269

Please sign in to comment.