ensure prs are created
This commit is contained in:
@@ -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"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user