Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thriving-dev/micronaut-gradle-renovate-example-3

Example Micronaut Gradle project with true automated dependency updates by Renovate. Solution (3/3)
https://github.com/thriving-dev/micronaut-gradle-renovate-example-3

gradle java micronaut micronaut-framework renovate renovate-config renovatebot

Last synced: about 1 month ago
JSON representation

Example Micronaut Gradle project with true automated dependency updates by Renovate. Solution (3/3)

Awesome Lists containing this project

README

        

# micronaut-gradle-renovate-example-3

[![Use this template](https://img.shields.io/badge/from-java--library--template-brightgreen?logo=dropbox)](https://github.com/thriving-dev/java-library-template/generate)
[![Java CI](https://github.com/thriving-dev/micronaut-gradle-renovate-example-3/actions/workflows/1.pipeline.yml/badge.svg)](https://github.com/thriving-dev/micronaut-gradle-renovate-example-3/actions/workflows/1.pipeline.yml)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)

Renovate hit a snag with Micronaut updates?

**TLDR:** Renovate cannot automatically update Micronaut dependencies for gradle projects created via 'Launch' or CLI. The explanation to the version not tracked is relatively simple ...Renovate cannot resolve the packageName and datasource.

Don't worry! This 4-part guide reveals the issue & offers three solutions (parts 2-4).
=> https://thriving.dev/blog/streamline-micronaut-gradle-updates-with-renovate-1

### All Repositories of This Blog Post Series
- [thriving-dev/micronaut-gradle-renovate-example-0](https://github.com/thriving-dev/micronaut-gradle-renovate-example-0) (default, not updatable by Renovate)
- [thriving-dev/micronaut-gradle-renovate-example-1](https://github.com/thriving-dev/micronaut-gradle-renovate-example-1) (solution 1)
- [thriving-dev/micronaut-gradle-renovate-example-2](https://github.com/thriving-dev/micronaut-gradle-renovate-example-2) (solution 2)
- [thriving-dev/micronaut-gradle-renovate-example-3](https://github.com/thriving-dev/micronaut-gradle-renovate-example-3) (solution 3) 👑

### Credits
- Created by https://github.com/thriving-dev/java-library-template