Compare commits
7 Commits
04dbf706d8
..
0.20.2
| Author | SHA1 | Date | |
|---|---|---|---|
| c614d01ab6 | |||
| 01263a09d5 | |||
| bc6f6c7057 | |||
| 97ffdb95d3 | |||
| de46a0e5d9 | |||
| 6000bf3600 | |||
| a69e76a3bb |
@@ -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 }}"
|
||||
|
||||
+17
-8
@@ -9,6 +9,11 @@
|
||||
"matchManagers": ["github-actions"],
|
||||
"addLabels": ["deps", "action"]
|
||||
},
|
||||
{
|
||||
"matchManagers": ["github-actions"],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"groupName": "actions"
|
||||
},
|
||||
{
|
||||
"matchManagers": ["github-actions"],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
@@ -17,20 +22,16 @@
|
||||
"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,
|
||||
@@ -46,11 +47,9 @@
|
||||
"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/**"
|
||||
"t.behrendt/validate-json-by-json-schema-action"
|
||||
],
|
||||
"matchRegistryUrls": ["https://gitea.t000-n.de/**"],
|
||||
"automerge": true,
|
||||
"platformAutomerge": true,
|
||||
"automergeType": "pr",
|
||||
@@ -65,6 +64,16 @@
|
||||
"platformAutomerge": true,
|
||||
"automergeType": "pr",
|
||||
"addLabels": ["automerge"]
|
||||
},
|
||||
{
|
||||
"matchManagers": ["github-actions"],
|
||||
"matchUpdateTypes": ["major"],
|
||||
"matchPackageNames": ["actions/cache"],
|
||||
"matchNewValue": "v6.0.0",
|
||||
"automerge": true,
|
||||
"platformAutomerge": true,
|
||||
"automergeType": "pr",
|
||||
"addLabels": ["automerge"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@
|
||||
"packageRules": [
|
||||
{
|
||||
"description": "Don't update dependencies unless they are at least 7 days old (except for internal deps).",
|
||||
"matchPackageNames": ["!t.behrendt/**"],
|
||||
"matchPackageNames": ["!t.behrendt/**", "gitea.t000-n.de/t.behrendt/**"],
|
||||
"minimumReleaseAge": "7 days",
|
||||
"minimumReleaseAgeBehaviour": "timestamp-required",
|
||||
"internalChecksFilter": "strict"
|
||||
|
||||
@@ -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