From 8132db81168a612106352fca75e7aa145e26f8a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 09:32:23 +0000 Subject: [PATCH 1/3] chore(main): release validate-renovate-config 0.2.0 --- .release-please-manifest.json | 2 +- actions/validate-renovate-config/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 actions/validate-renovate-config/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fc2ee6ec2..db3c723cb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -24,6 +24,6 @@ "actions/create-github-app-token": "0.2.0", "actions/run-capslock": "0.2.0", "actions/azure-trusted-signing": "1.0.0", - "actions/validate-renovate-config": "0.1.0", + "actions/validate-renovate-config": "0.2.0", "actions/cleanup-branches": "0.1.0" } diff --git a/actions/validate-renovate-config/CHANGELOG.md b/actions/validate-renovate-config/CHANGELOG.md new file mode 100644 index 000000000..942994035 --- /dev/null +++ b/actions/validate-renovate-config/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.2.0](https://github.com/grafana/shared-workflows/compare/validate-renovate-config/v0.1.0...validate-renovate-config/v0.2.0) (2025-10-10) + + +### 🎉 Features + +* **renovate:** add renovate config validator shared action ([#1380](https://github.com/grafana/shared-workflows/issues/1380)) ([1ddf546](https://github.com/grafana/shared-workflows/commit/1ddf54696ca5e75b401f236f19262ed45d5bb01b)) From 10955633dbc1ebe61fb1c58ca8fd136325d5dcdd Mon Sep 17 00:00:00 2001 From: Dimitris Sotirakis Date: Fri, 10 Oct 2025 15:11:55 +0300 Subject: [PATCH 2/3] Un-bump to 0.1.0 --- .release-please-manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index db3c723cb..fc2ee6ec2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -24,6 +24,6 @@ "actions/create-github-app-token": "0.2.0", "actions/run-capslock": "0.2.0", "actions/azure-trusted-signing": "1.0.0", - "actions/validate-renovate-config": "0.2.0", + "actions/validate-renovate-config": "0.1.0", "actions/cleanup-branches": "0.1.0" } From 1f796bca489d424d42dcdec6770cd93ba7658edf Mon Sep 17 00:00:00 2001 From: Dimitris Sotirakis Date: Fri, 10 Oct 2025 15:12:19 +0300 Subject: [PATCH 3/3] Update CHANGELOG.md --- actions/validate-renovate-config/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/validate-renovate-config/CHANGELOG.md b/actions/validate-renovate-config/CHANGELOG.md index 942994035..ea3b54b17 100644 --- a/actions/validate-renovate-config/CHANGELOG.md +++ b/actions/validate-renovate-config/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [0.2.0](https://github.com/grafana/shared-workflows/compare/validate-renovate-config/v0.1.0...validate-renovate-config/v0.2.0) (2025-10-10) +## [0.1.0](https://github.com/grafana/shared-workflows/compare/validate-renovate-config/v0.1.0...validate-renovate-config/v0.1.0) (2025-10-10) ### 🎉 Features