Skip to content

Commit

Permalink
chore: use ruleset base preset in Renovate configuration (#309)
Browse files Browse the repository at this point in the history
- Update Renovate config to use ruleset preset
  • Loading branch information
cgrindel committed Jul 4, 2023
1 parent 10eb64a commit c98a96b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>cgrindel/renovate_presets"]
"extends": [
"github>cgrindel/renovate_presets:ruleset_base",
"github>cgrindel/renovate_presets:cgrindel_default"
]
}

0 comments on commit c98a96b

Please sign in to comment.