Compare commits
4 Commits
b632331ca0
...
0.20.1
| Author | SHA1 | Date | |
|---|---|---|---|
| 01263a09d5 | |||
| bc6f6c7057 | |||
| 97ffdb95d3 | |||
| de46a0e5d9 |
+21
-5
@@ -9,15 +9,15 @@
|
||||
"matchManagers": ["github-actions"],
|
||||
"addLabels": ["deps", "action"]
|
||||
},
|
||||
{
|
||||
"matchManagers": ["github-actions"],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"groupName": "actions"
|
||||
},
|
||||
{
|
||||
"matchManagers": ["github-actions"],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"matchPackageNames": [
|
||||
"t.behrendt/actions",
|
||||
"t.behrendt/actions/*",
|
||||
"t.behrendt/conventional-semantic-git-tag-increment",
|
||||
"t.behrendt/k_deploy_workflows",
|
||||
"t.behrendt/validate-json-by-json-schema-action",
|
||||
"actions/checkout",
|
||||
"actions/cache",
|
||||
"actions/cache/*",
|
||||
@@ -39,6 +39,22 @@
|
||||
"automergeType": "pr",
|
||||
"addLabels": ["automerge"]
|
||||
},
|
||||
{
|
||||
"matchManagers": ["github-actions"],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"matchPackageNames": [
|
||||
"t.behrendt/actions",
|
||||
"t.behrendt/actions/*",
|
||||
"t.behrendt/conventional-semantic-git-tag-increment",
|
||||
"t.behrendt/k_deploy_workflows",
|
||||
"t.behrendt/validate-json-by-json-schema-action"
|
||||
],
|
||||
"matchRegistryUrls": ["https://gitea.t000-n.de/**"],
|
||||
"automerge": true,
|
||||
"platformAutomerge": true,
|
||||
"automergeType": "pr",
|
||||
"addLabels": ["automerge"]
|
||||
},
|
||||
{
|
||||
"matchManagers": ["github-actions"],
|
||||
"matchUpdateTypes": ["major"],
|
||||
|
||||
@@ -4,5 +4,17 @@
|
||||
"kubernetes": {
|
||||
"enabled": true,
|
||||
"labels": ["deps", "k8s"]
|
||||
}
|
||||
},
|
||||
"packageRules": [
|
||||
{
|
||||
"description": "Replace git-commit image tags with semver tags for backupsidecar",
|
||||
"matchDatasources": ["docker"],
|
||||
"matchManagers": ["kubernetes"],
|
||||
"matchPackageNames": ["gitea.t000-n.de/t.behrendt/backupsidecar"],
|
||||
"matchCurrentValue": "/^[a-f0-9]{40}$/",
|
||||
"replacementVersion": "0.2.17",
|
||||
"versioning": "semver",
|
||||
"pinDigests": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user