mirror of
https://github.com/skoelle/mvg-departures.git
synced 2026-09-17 18:40:23 +00:00
renovate no docker-compoes
This commit is contained in:
+3
-2
@@ -8,6 +8,7 @@
|
||||
"schedule": ["before 6am on monday"],
|
||||
"timezone": "Europe/Berlin",
|
||||
"automergeStrategy": "squash",
|
||||
"ignorePaths": ["docker-compose.yml"],
|
||||
"packageRules": [
|
||||
{
|
||||
"description": "GitHub Actions - grouped automerge",
|
||||
@@ -18,14 +19,14 @@
|
||||
},
|
||||
{
|
||||
"description": "Docker Digests - automerge (security patches)",
|
||||
"matchManagers": ["dockerfile", "docker-compose"],
|
||||
"matchManagers": ["dockerfile"],
|
||||
"matchUpdateTypes": ["digest"],
|
||||
"commitMessagePrefix": "docker",
|
||||
"automerge": true
|
||||
},
|
||||
{
|
||||
"description": "Docker Major/Minor - manual review",
|
||||
"matchManagers": ["dockerfile", "docker-compose"],
|
||||
"matchManagers": ["dockerfile"],
|
||||
"matchUpdateTypes": ["major", "minor"],
|
||||
"groupName": "docker-base-images",
|
||||
"commitMessagePrefix": "docker",
|
||||
|
||||
Reference in New Issue
Block a user