Remove redundant devDependencies automerge override#1822
Conversation
…nfig This rule was carried over from the old @TryGhost:automergeDevDependencies npm preset during the Jan 2024 migration to GitHub-hosted presets. It set automergeType to 'branch' which triggers CI on every push attempt, unlike the org default of 'pr'. The org config now automerges all dependency types via PR, making this override both redundant and more expensive.
WalkthroughThe pull request removes a Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
.github/renovate.json (1)
8-14:⚠️ Potential issue | 🟡 MinorFix indentation on line 9 for consistent JSON formatting.
The opening brace for the first
packageRulesentry is missing proper indentation. All other entries in the array use 4-space indentation before{, but this one is flush left.Proposed fix
"packageRules": [ -{ + { "groupName": "rollup + plugins",🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In @.github/renovate.json around lines 8 - 14, The JSON has inconsistent indentation for the first packageRules entry: the opening brace for the object that contains "groupName": "rollup + plugins" and "packagePatterns" is not indented to match the other array entries; update the formatting so the brace and its object fields (the packageRules array element with groupName and packagePatterns) use the same 4-space indentation as the other entries to restore consistent JSON formatting.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Outside diff comments:
In @.github/renovate.json:
- Around line 8-14: The JSON has inconsistent indentation for the first
packageRules entry: the opening brace for the object that contains "groupName":
"rollup + plugins" and "packagePatterns" is not indented to match the other
array entries; update the formatting so the brace and its object fields (the
packageRules array element with groupName and packagePatterns) use the same
4-space indentation as the other entries to restore consistent JSON formatting.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 242379bb-2eea-4b88-80cb-4a2e1f1d8200
📒 Files selected for processing (1)
.github/renovate.json
Summary
Test plan