refactor: rename action -> actions
CI / Test (action.json) (pull_request) Successful in 4s
CI / Test (actions.json) (pull_request) Successful in 3s
CI / Test (bun-npm.json) (pull_request) Successful in 3s
CI / Test (common.json) (pull_request) Successful in 4s
CI / Test (docker-compose.json) (pull_request) Successful in 4s
CI / Test (golang.json) (pull_request) Successful in 3s
CI / Test (helm.json) (pull_request) Successful in 3s
CI / Test (k8s.json) (pull_request) Successful in 4s
CI / Format (pull_request) Successful in 6s
CI / Test (action.json) (pull_request) Successful in 4s
CI / Test (actions.json) (pull_request) Successful in 3s
CI / Test (bun-npm.json) (pull_request) Successful in 3s
CI / Test (common.json) (pull_request) Successful in 4s
CI / Test (docker-compose.json) (pull_request) Successful in 4s
CI / Test (golang.json) (pull_request) Successful in 3s
CI / Test (helm.json) (pull_request) Successful in 3s
CI / Test (k8s.json) (pull_request) Successful in 4s
CI / Format (pull_request) Successful in 6s
This commit is contained in:
@@ -11,6 +11,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
json-file:
|
json-file:
|
||||||
- "action.json"
|
- "action.json"
|
||||||
|
- "actions.json"
|
||||||
- "k8s.json"
|
- "k8s.json"
|
||||||
- "helm.json"
|
- "helm.json"
|
||||||
- "common.json"
|
- "common.json"
|
||||||
|
|||||||
+1
-76
@@ -1,79 +1,4 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": ["local>t.behrendt/actions"]
|
||||||
"local>t.behrendt/renovate-configs:common",
|
|
||||||
"helpers:pinGitHubActionDigests"
|
|
||||||
],
|
|
||||||
"packageRules": [
|
|
||||||
{
|
|
||||||
"matchManagers": ["github-actions"],
|
|
||||||
"addLabels": ["deps", "action"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"matchManagers": ["github-actions"],
|
|
||||||
"matchUpdateTypes": ["minor", "patch"],
|
|
||||||
"groupName": "actions"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"matchManagers": ["github-actions"],
|
|
||||||
"matchUpdateTypes": ["minor", "patch"],
|
|
||||||
"matchPackageNames": [
|
|
||||||
"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"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"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"],
|
|
||||||
"matchPackageNames": ["actions/checkout"],
|
|
||||||
"matchNewValue": "v7.0.0",
|
|
||||||
"automerge": true,
|
|
||||||
"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"]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,79 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"local>t.behrendt/renovate-configs:common",
|
||||||
|
"helpers:pinGitHubActionDigests"
|
||||||
|
],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchManagers": ["github-actions"],
|
||||||
|
"addLabels": ["deps", "action"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchManagers": ["github-actions"],
|
||||||
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
|
"groupName": "actions"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchManagers": ["github-actions"],
|
||||||
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
|
"matchPackageNames": [
|
||||||
|
"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"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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"],
|
||||||
|
"matchPackageNames": ["actions/checkout"],
|
||||||
|
"matchNewValue": "v7.0.0",
|
||||||
|
"automerge": true,
|
||||||
|
"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"]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -19,6 +19,15 @@
|
|||||||
"minimumReleaseAge": "7 days",
|
"minimumReleaseAge": "7 days",
|
||||||
"minimumReleaseAgeBehaviour": "timestamp-required",
|
"minimumReleaseAgeBehaviour": "timestamp-required",
|
||||||
"internalChecksFilter": "strict"
|
"internalChecksFilter": "strict"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchManagers": ["renovate-config"],
|
||||||
|
"matchPackageNames": ["local>t.behrendt/renovate-configs:action"],
|
||||||
|
"replacementName": "local>t.behrendt/renovate-configs:actions",
|
||||||
|
"automerge": true,
|
||||||
|
"platformAutomerge": true,
|
||||||
|
"automergeType": "pr",
|
||||||
|
"addLabels": ["automerge"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"osvVulnerabilityAlerts": true,
|
"osvVulnerabilityAlerts": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user