Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thriving-dev/micronaut-gradle-renovate-example-1
Example Micronaut Gradle project with true automated dependency updates by Renovate. Solution (1/3)
https://github.com/thriving-dev/micronaut-gradle-renovate-example-1
gradle java micronaut micronaut-framework renovate renovatebot
Last synced: about 1 month ago
JSON representation
Example Micronaut Gradle project with true automated dependency updates by Renovate. Solution (1/3)
- Host: GitHub
- URL: https://github.com/thriving-dev/micronaut-gradle-renovate-example-1
- Owner: thriving-dev
- License: other
- Created: 2024-01-11T19:33:27.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T19:35:59.000Z (about 2 months ago)
- Last Synced: 2024-11-04T20:33:53.494Z (about 2 months ago)
- Topics: gradle, java, micronaut, micronaut-framework, renovate, renovatebot
- Language: Java
- Homepage: https://thriving.dev/blog/streamline-micronaut-gradle-updates-with-renovate-2
- Size: 167 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-1
[![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-1/actions/workflows/1.pipeline.yml/badge.svg)](https://github.com/thriving-dev/micronaut-gradle-renovate-example-1/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