ensure prs are created

This commit is contained in:
Kjeld Schouten
2024-10-13 11:12:06 +02:00
parent 22d9ead30a
commit aea40de389
+3 -3
View File
@@ -5,7 +5,7 @@
"description": ["Auto-merge container digests, patch and minor updates for trusted containers"], "description": ["Auto-merge container digests, patch and minor updates for trusted containers"],
"matchDatasources": ["docker"], "matchDatasources": ["docker"],
"automerge": true, "automerge": true,
"automergeType": "branch", "automergeType": "pr",
"matchUpdateTypes": ["digest", "patch", "minor"], "matchUpdateTypes": ["digest", "patch", "minor"],
"matchPackagePatterns": ["ghcr.io/bjw-s", "ghcr.io/onedr0p", "tccr.io/tccr/.*", "tccr.io/tccrbase/.*" ], "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"], "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 "matchDatasources": ["helm"], // Use 'helm' datasource to match Helm charts
"automerge": true, "automerge": true,
"automergeType": "branch", "automergeType": "pr",
"matchUpdateTypes": ["digest", "patch", "minor"], // Specify the types of updates to automate "matchUpdateTypes": ["digest", "patch", "minor"], // Specify the types of updates to automate
"matchPackagePatterns": ["tccr.io/truecharts/.*"] // Matches all OCI Helm charts under tccr.io/truecharts "matchPackagePatterns": ["tccr.io/truecharts/.*"] // Matches all OCI Helm charts under tccr.io/truecharts
}, },
@@ -22,7 +22,7 @@
"matchManagers": ["github-actions"], "matchManagers": ["github-actions"],
"matchDatasources": ["github-tags"], "matchDatasources": ["github-tags"],
"automerge": true, "automerge": true,
"automergeType": "branch", "automergeType": "pr",
"matchUpdateTypes": ["minor", "patch"] "matchUpdateTypes": ["minor", "patch"]
} }
] ]