Compare commits
3 Commits
fb844c6ee2
..
0.12.0
| Author | SHA1 | Date | |
|---|---|---|---|
| b4939f348d | |||
| 57c07b187f | |||
| 2f62fcb133 |
@@ -11,7 +11,7 @@ jobs:
|
||||
name: Release
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Increment tag
|
||||
|
||||
@@ -17,7 +17,7 @@ jobs:
|
||||
- "docker-compose.json"
|
||||
- "bun-npm.json"
|
||||
steps:
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||
- name: Validate "${{ matrix.json-file }}"
|
||||
uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@6bf2c1355ac4430a6fb77befd36fb95243fcaa3a # 0.1.12
|
||||
with:
|
||||
|
||||
+34
@@ -5,6 +5,40 @@
|
||||
{
|
||||
"matchManagers": ["github-actions"],
|
||||
"addLabels": ["deps", "action"]
|
||||
},
|
||||
{
|
||||
"matchManagers": ["github-actions"],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"matchPackageNames": [
|
||||
"https://gitea.t000-n.de/t.behrendt/actions/*",
|
||||
"https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment",
|
||||
"https://gitea.t000-n.de/t.behrendt/k_deploy_workflows",
|
||||
"https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action",
|
||||
|
||||
"actions/checkout",
|
||||
"actions/cache",
|
||||
"actions/cache/*",
|
||||
"actions/setup-go",
|
||||
|
||||
"azure/setup-kubectl",
|
||||
"azure/setup-helm",
|
||||
"azure/k8s-set-context",
|
||||
"azure/k8s-create-secret",
|
||||
"azure/k8s-deploy",
|
||||
"azure/k8s-lint",
|
||||
|
||||
"helmfile/helmfile-action",
|
||||
|
||||
"docker/setup-buildx-action",
|
||||
"docker/login-action",
|
||||
"docker/build-push-action",
|
||||
|
||||
"oven-sh/setup-bun"
|
||||
],
|
||||
"automerge": true,
|
||||
"platformAutomerge": true,
|
||||
"automergeType": "pr",
|
||||
"addLabels": ["automerge"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user