Skip to content

Commit fcaebee

Browse files
committed
Updated Renovate config to use renovate-config repo directly
For a while, Renovate recommended using the .github repo to store shared presets. In our case, that setup is mostly just an alias to renovate-config, and it adds indirection and confusion about what our standard source should be. Going forward, we don't want to use the .github repo for this. Having a dedicated renovate-config repo is more intuitive, so this switches to the direct preset source and standardizes where shared Renovate config comes from.
1 parent c54be44 commit fcaebee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"extends": [
3-
"@tryghost:quietJS"
3+
"github>TryGhost/renovate-config"
44
]
55
}

0 commit comments

Comments
 (0)