Skip to content

Commit 9a014c1

Browse files
williabyclaude
andcommitted
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 <noreply@anthropic.com>
1 parent ca3bfe5 commit 9a014c1

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

renovate.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended"
5+
],
6+
"packageRules": [
7+
{
8+
"description": "Pin GitHub Actions to commit SHA",
9+
"matchManagers": [
10+
"github-actions"
11+
],
12+
"pinDigests": true
13+
},
14+
{
15+
"description": "Track org workflow floating v1 tag for SHA pin updates",
16+
"matchManagers": [
17+
"github-actions"
18+
],
19+
"matchPackagePatterns": [
20+
"ByronWilliamsCPA/.github",
21+
"williaby/.github"
22+
],
23+
"versioning": "semver",
24+
"followTag": "v1"
25+
}
26+
]
27+
}

0 commit comments

Comments
 (0)