Compare commits
2 Commits
04dbf706d8
..
0.18.1
| Author | SHA1 | Date | |
|---|---|---|---|
| 6000bf3600 | |||
| a69e76a3bb |
@@ -16,6 +16,7 @@ jobs:
|
|||||||
- "common.json"
|
- "common.json"
|
||||||
- "docker-compose.json"
|
- "docker-compose.json"
|
||||||
- "bun-npm.json"
|
- "bun-npm.json"
|
||||||
|
- "golang.json"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
||||||
- name: Validate "${{ matrix.json-file }}"
|
- name: Validate "${{ matrix.json-file }}"
|
||||||
|
|||||||
+15
-22
@@ -13,24 +13,25 @@
|
|||||||
"matchManagers": ["github-actions"],
|
"matchManagers": ["github-actions"],
|
||||||
"matchUpdateTypes": ["minor", "patch"],
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
"matchPackageNames": [
|
"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/checkout",
|
||||||
"actions/cache",
|
"actions/cache",
|
||||||
"actions/cache/*",
|
"actions/cache/*",
|
||||||
"actions/setup-go",
|
"actions/setup-go",
|
||||||
|
|
||||||
"azure/setup-kubectl",
|
"azure/setup-kubectl",
|
||||||
"azure/setup-helm",
|
"azure/setup-helm",
|
||||||
"azure/k8s-set-context",
|
"azure/k8s-set-context",
|
||||||
"azure/k8s-create-secret",
|
"azure/k8s-create-secret",
|
||||||
"azure/k8s-deploy",
|
"azure/k8s-deploy",
|
||||||
"azure/k8s-lint",
|
"azure/k8s-lint",
|
||||||
|
|
||||||
"helmfile/helmfile-action",
|
"helmfile/helmfile-action",
|
||||||
|
|
||||||
"docker/setup-buildx-action",
|
"docker/setup-buildx-action",
|
||||||
"docker/login-action",
|
"docker/login-action",
|
||||||
"docker/build-push-action",
|
"docker/build-push-action",
|
||||||
|
|
||||||
"oven-sh/setup-bun"
|
"oven-sh/setup-bun"
|
||||||
],
|
],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
@@ -38,24 +39,6 @@
|
|||||||
"automergeType": "pr",
|
"automergeType": "pr",
|
||||||
"addLabels": ["automerge"]
|
"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"],
|
"matchManagers": ["github-actions"],
|
||||||
"matchUpdateTypes": ["major"],
|
"matchUpdateTypes": ["major"],
|
||||||
@@ -65,6 +48,16 @@
|
|||||||
"platformAutomerge": true,
|
"platformAutomerge": true,
|
||||||
"automergeType": "pr",
|
"automergeType": "pr",
|
||||||
"addLabels": ["automerge"]
|
"addLabels": ["automerge"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchManagers": ["github-actions"],
|
||||||
|
"matchUpdateTypes": ["major"],
|
||||||
|
"matchPackageNames": ["actions/cache"],
|
||||||
|
"matchNewValue": "v6.0.0",
|
||||||
|
"automerge": true,
|
||||||
|
"platformAutomerge": true,
|
||||||
|
"automergeType": "pr",
|
||||||
|
"addLabels": ["automerge"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user