Skip to content

Commit fc3ba15

Browse files
jsonbaileyclaude
andcommitted
fix: Exclude launchdarkly/gh-actions from Renovate management
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b1d1e9f commit fc3ba15

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/renovate.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"extends": ["config:recommended", "helpers:pinGitHubActionDigests"],
3+
"packageRules": [
4+
{
5+
"enabled": false,
6+
"matchDepTypes": ["action"],
7+
"matchPackagePatterns": ["^launchdarkly/gh-actions/\\.github/workflows/"]
8+
}
9+
],
310
"vulnerabilityAlerts": {
411
"enabled": true
512
},

0 commit comments

Comments
 (0)