ensure prs are created

This commit is contained in:
Kjeld Schouten
2024-10-13 11:12:06 +02:00
parent 22d9ead30a
commit aea40de389

View File

@@ -5,7 +5,7 @@
"description": ["Auto-merge container digests, patch and minor updates for trusted containers"],
"matchDatasources": ["docker"],
"automerge": true,
"automergeType": "branch",
"automergeType": "pr",
"matchUpdateTypes": ["digest", "patch", "minor"],
"matchPackagePatterns": ["ghcr.io/bjw-s", "ghcr.io/onedr0p", "tccr.io/tccr/.*", "tccr.io/tccrbase/.*" ],
},
@@ -13,7 +13,7 @@
"description": ["Auto-merge chart updates, patch, and minor updates for OCI Helm charts from tccr.io/truecharts"],
"matchDatasources": ["helm"], // Use 'helm' datasource to match Helm charts
"automerge": true,
"automergeType": "branch",
"automergeType": "pr",
"matchUpdateTypes": ["digest", "patch", "minor"], // Specify the types of updates to automate
"matchPackagePatterns": ["tccr.io/truecharts/.*"] // Matches all OCI Helm charts under tccr.io/truecharts
},
@@ -22,7 +22,7 @@
"matchManagers": ["github-actions"],
"matchDatasources": ["github-tags"],
"automerge": true,
"automergeType": "branch",
"automergeType": "pr",
"matchUpdateTypes": ["minor", "patch"]
}
]