CI: auto-release a version tag when Renovate merges a dependency update
CI / full-gate (push) Successful in 2m33s
Mirror / github-mirror (push) Successful in 2s

This commit was merged in pull request #16.
This commit is contained in:
2026-07-05 20:49:49 +02:00
parent 7c39056188
commit 145db5b4cd
8 changed files with 147 additions and 6 deletions
+3 -2
View File
@@ -2,6 +2,7 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"automerge": true,
"commitBody": "Release-Bump: {{{updateType}}}",
"packageRules": [
{
"description": "Ory services share one release train - update kratos, keto and hydra together",
@@ -26,8 +27,8 @@
},
{
"customType": "regex",
"description": "Pin the node image registry-cleanup runs cleanup.ts in",
"managerFilePatterns": [".gitea/workflows/registry-cleanup.yml"],
"description": "Pin the node image workflow run-steps invoke (registry-cleanup, auto-release)",
"managerFilePatterns": [".gitea/workflows/registry-cleanup.yml", ".gitea/workflows/renovate.yml"],
"matchStrings": ["\\snode:(?<currentValue>[0-9][^\\s\"']*)"],
"depNameTemplate": "node",
"datasourceTemplate": "docker"