Skip to content

Commit a8bf357

Browse files
owineclaude
andcommitted
revert(deps): remove Critical Security Actions renovate rule
Removed the Critical Security Actions package rule that was preventing automerge for patch updates to actions/checkout, 1password/*, and tailscale/github-action. These security-critical actions will now follow the standard GitHub Actions automerge behavior for minor/patch updates. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 29d8969 commit a8bf357

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/renovate.json

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -45,27 +45,6 @@
4545
"major"
4646
],
4747
"minimumReleaseAge": "3 days"
48-
},
49-
{
50-
"groupName": "Critical Security Actions",
51-
"matchManagers": [
52-
"github-actions"
53-
],
54-
"matchPackagePatterns": [
55-
"^actions/checkout",
56-
"^1password/",
57-
"^tailscale/github-action"
58-
],
59-
"matchUpdateTypes": [
60-
"patch"
61-
],
62-
"automerge": false,
63-
"minimumReleaseAge": "3 days",
64-
"labels": [
65-
"security",
66-
"dependencies",
67-
"review-required"
68-
]
6948
}
7049
]
7150
}

0 commit comments

Comments
 (0)