Skip to content

Commit

Permalink
Fix renovate config
Browse files Browse the repository at this point in the history
This should be pointing at github-hosted config, not whatever `local` is.

https://docs.renovatebot.com/config-presets/#github
  • Loading branch information
samuelhwilliams authored Jan 7, 2025
1 parent 3763115 commit ec4d61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>communitiesuk/renovate-config"
"github>communitiesuk/renovate-config"
]
}

0 comments on commit ec4d61f

Please sign in to comment.