https://github.com/thriving-dev/micronaut-gradle-renovate-example-0
Example Micronaut Gradle Project WITHOUT automated dependency updates by Renovate.
https://github.com/thriving-dev/micronaut-gradle-renovate-example-0
gradle java micronaut micronaut-framework renovate renovatebot
Last synced: about 2 months ago
JSON representation
Example Micronaut Gradle Project WITHOUT automated dependency updates by Renovate.
- Host: GitHub
- URL: https://github.com/thriving-dev/micronaut-gradle-renovate-example-0
- Owner: thriving-dev
- License: other
- Created: 2024-02-06T19:57:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-20T23:14:07.000Z (3 months ago)
- Last Synced: 2026-04-21T01:26:50.694Z (3 months ago)
- Topics: gradle, java, micronaut, micronaut-framework, renovate, renovatebot
- Language: Java
- Homepage: https://thriving.dev/blog/streamline-micronaut-gradle-updates-with-renovate-1
- Size: 199 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# micronaut-gradle-renovate-example-0
[](https://github.com/thriving-dev/java-library-template/generate)
[](https://github.com/thriving-dev/micronaut-gradle-renovate-example-0/actions/workflows/1.pipeline.yml)
[](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