Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
d721b74d05 | ||
4c095d62e3
|
|||
047f830b58
|
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.1.1] - 2023-08-08
|
||||||
|
|
||||||
|
### Docs
|
||||||
|
- *(README)* add motivation why this project should exist
|
||||||
|
|
||||||
|
### Other
|
||||||
|
- *(cuddle-please)* update
|
||||||
|
|
||||||
## [0.1.0] - 2023-08-08
|
## [0.1.0] - 2023-08-08
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
15
README.md
15
README.md
@@ -14,6 +14,21 @@ image behind the scenes, this can be changed in the configuration.
|
|||||||
<small>Do note that the contractor was run under a personal user, hence the same
|
<small>Do note that the contractor was run under a personal user, hence the same
|
||||||
user replied</small>
|
user replied</small>
|
||||||
|
|
||||||
|
## Motivation
|
||||||
|
|
||||||
|
Renovate by default if hosted yourself, is neither sharded, or runs on a
|
||||||
|
cron-job cycle. This leaves a lot to be desired from a developers point of view.
|
||||||
|
As it may take quite a long time for renovate to revisit the pull-request again,
|
||||||
|
if there is a lot of repositories enabled.
|
||||||
|
|
||||||
|
This project intends to add an ad-hoc invocation of renovate for a single
|
||||||
|
repository, this enables developers to retrigger renovate whenever they want.
|
||||||
|
|
||||||
|
The project is built to be integrated with github and gitea (initially), and
|
||||||
|
work in its pull-request system, so when a renovate pr shows up, you can either
|
||||||
|
manually retrigger it, or enable any of the options in the renovate dashboard,
|
||||||
|
and retrigger.
|
||||||
|
|
||||||
## DISCLAIMER
|
## DISCLAIMER
|
||||||
|
|
||||||
The project is still 0.x.x As such the api is subject to change, and the
|
The project is still 0.x.x As such the api is subject to change, and the
|
||||||
|
@@ -195,7 +195,7 @@ mod please_release {
|
|||||||
) -> eyre::Result<()> {
|
) -> eyre::Result<()> {
|
||||||
let build_image = client
|
let build_image = client
|
||||||
.container()
|
.container()
|
||||||
.from("kasperhermansen/cuddle-please:main-1691463075");
|
.from("kasperhermansen/cuddle-please:main-1691504183");
|
||||||
|
|
||||||
let src = client
|
let src = client
|
||||||
.git_opts(
|
.git_opts(
|
||||||
|
Reference in New Issue
Block a user