Skip to content

Commit b842887

Browse files
committed
Renovate: Migrate to actively maintained config
no ref - This repo was using an older stlye config that doesn't currently work - All our other repos use this newer config which handles dep updates better - Making this change as renovate is currently trying to merge broken things and causing chaos
1 parent 24a3240 commit b842887

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

renovate.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
{
2-
"extends": [
3-
"@tryghost:quietJS"
4-
],
2+
"extends": ["github>tryghost/renovate-config"],
53
"ignorePaths": ["packages/members"],
64
"packageRules": [
75
{
86
"groupName": "rollup + plugins",
97
"packagePatterns": ["^rollup"]
108
}
11-
]
9+
]
1210
}

0 commit comments

Comments
 (0)