Skip to content

Commit bd4ca6f

Browse files
owineclaude
andcommitted
chore(deps): standardize renovate configuration for consistency
- Replace security packageRule with top-level vulnerabilityAlerts config - Align with standard semantic commits format across all repos - Maintain existing rate limits and release age settings 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 7fc554b commit bd4ca6f

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

.github/renovate.json

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"extends": [
44
"config:best-practices"
55
],
6-
"dependencyDashboard": true,
76
"timezone": "America/Chicago",
87
"prHourlyLimit": 4,
98
"prConcurrentLimit": 3,
@@ -13,21 +12,15 @@
1312
"commitMessageTopic": "update {{depName}}",
1413
"commitMessageExtra": "to {{newVersion}}",
1514
"prTitle": "{{#if semanticCommitType}}{{semanticCommitType}}{{#if semanticCommitScope}}({{semanticCommitScope}}){{/if}}: {{/if}}{{#if isPin}}Pin{{else}}Update{{/if}} {{depName}} to {{#if isMajor}}{{prettyNewMajor}}{{else}}{{prettyNewVersion}}{{/if}}",
15+
"vulnerabilityAlerts": {
16+
"enabled": true,
17+
"labels": [
18+
"security",
19+
"dependencies"
20+
],
21+
"automerge": true
22+
},
1623
"packageRules": [
17-
{
18-
"groupName": "Security updates",
19-
"groupSlug": "security",
20-
"matchUpdateTypes": [
21-
"patch"
22-
],
23-
"isVulnerabilityAlert": true,
24-
"automerge": true,
25-
"prPriority": 10,
26-
"labels": [
27-
"security",
28-
"dependencies"
29-
]
30-
},
3124
{
3225
"groupName": "GitHub Actions",
3326
"groupSlug": "all-gha",

0 commit comments

Comments
 (0)