Skip to content

Commit 1ce6143

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 1ce6143

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/renovate.json

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

0 commit comments

Comments
 (0)