Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>android/.github:renovate-config"
]
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ooooh, so nice to see this :) 🎉

I recommend setting up some groupings to reduce the randomness of PRs e.g.

  • Update plugin com.android.application to v7.4.1
  • Update plugin com.android.library to v7.4.1

are the same thing.

I have done this here:
https://github.com/TWiStErRob/renovate-config/blob/c94936b859a48dbc5910c191bae0b267731b4998/group.json#L102-L135

(Above link shows usage in a shared way, but you can just merge the packageRules into your config.)

Loading