Compare commits
2 Commits
0.18.0
..
b632331ca0
| Author | SHA1 | Date | |
|---|---|---|---|
| b632331ca0 | |||
| 6000bf3600 |
@@ -16,6 +16,7 @@ jobs:
|
||||
- "common.json"
|
||||
- "docker-compose.json"
|
||||
- "bun-npm.json"
|
||||
- "golang.json"
|
||||
steps:
|
||||
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
||||
- name: Validate "${{ matrix.json-file }}"
|
||||
|
||||
+16
-5
@@ -13,11 +13,6 @@
|
||||
"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 +34,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"],
|
||||
|
||||
Reference in New Issue
Block a user