Skip to content

Commit

Permalink
Use internal renovate config.
Browse files Browse the repository at this point in the history
Inspired by @jkempster34:

The internal renovate config automatically merges minor updates compared to the
standard configuration which only merges patches.

As we struggle to keep on top of renovate merges in this repo, I propose we use
the internal config here for minor updates.
  • Loading branch information
Laura Porter authored and jdudley1123 committed May 7, 2024
1 parent 643a1f4 commit 0dbe80c
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,4 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>dxw/renovate-config"]
"extends": ["github>dxw/renovate-config:internal"]
}

0 comments on commit 0dbe80c

Please sign in to comment.