Skip to content

Commit

Permalink
Read config from central location
Browse files Browse the repository at this point in the history
Instead of managing renovate config in every repo separately, we can
have a single shared config at communitiesuk/renovate-config that is
used.

This should prevent config drift and having to copy/paste config across
multiple repos (while we have multiple repos...)
  • Loading branch information
samuelhwilliams committed Nov 18, 2024
1 parent da92824 commit d63e35e
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:best-practices"
],
"pre-commit": {
"enabled": true
},
"packageRules": [
{
"groupName": "Ruff updates",
"matchPackageNames": ["ruff", "astral-sh/ruff-pre-commit"],
"matchManagers": ["pep621", "pre-commit"]
}
"github>communitiesuk/renovate-config"
]
}

0 comments on commit d63e35e

Please sign in to comment.