LemmyNet / jerboa

A native android app for Lemmy
GNU Affero General Public License v3.0
1.16k stars 166 forks source link

chore(deps): update plugin com.github.ben-manes.versions to v0.51.0 #1497

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.github.ben-manes.versions 0.42.0 -> 0.51.0 age adoption passing confidence

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

MV-GH commented 4 months ago

@dessalines Is this the plugin that suggests all the newer versions? I though the whole time that this was a builtin feature of Android Studio

dessalines commented 4 months ago

android studio can do it of course, but with this renovate plugin we no longer need to do it manually. It also scans not just the gradle files, but the .woodpecker.yml also.

I've set it to run once a month, but I can also configure it so that updates stream in.

MV-GH commented 4 months ago

No I mean com.github.ben-manes.versions

dessalines commented 4 months ago

ohhh. https://github.com/ben-manes/gradle-versions-plugin weird, yeah we def don't need this. I'll make a PR to remove.