From 276ae76abf989572cc70a0aaf2199ae4d59f5944 Mon Sep 17 00:00:00 2001 From: Byron Williams Date: Thu, 21 May 2026 16:20:48 -0700 Subject: [PATCH] chore(deps): add Renovate rule for org workflow SHA pin updates CI-056 compliance: adds followTag rule for ByronWilliamsCPA/.github packages so Renovate keeps SHA pins current after each release. Co-Authored-By: Claude Sonnet 4.6 --- renovate.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/renovate.json b/renovate.json index de9adae..b847f61 100644 --- a/renovate.json +++ b/renovate.json @@ -146,6 +146,18 @@ "python-version", "breaking-change" ] + }, + { + "description": "Track org workflow floating v1 tag for SHA pin updates", + "matchManagers": [ + "github-actions" + ], + "matchPackagePatterns": [ + "ByronWilliamsCPA/.github", + "williaby/.github" + ], + "versioning": "semver", + "followTag": "v1" } ], "python": {