renovate
renovate copied to clipboard
Home of the Renovate CLI: Cross-platform Dependency Automation by Mend.io
### Describe the proposed change(s). Similar to what was done for `LongCommitSha`, we should add a strongly typed `Timestamp` type, which is a validated Timestamp. We should also consistently use...
### Describe the proposed change(s). Some users have the need to use rotating credentials. We should enhance `hostRules` so that `username`, `password` and `token` fields can be a function, which...
### Describe the proposed change(s). If Renovate attempts a PR automerge, and the attempt fails (e.g. is rejected by the platform), then Renovate should add a PR comment with information...
### Discussed in https://github.com/renovatebot/renovate/discussions/27148 Originally posted by **astellingwerf** February 8, 2024 ### Tell us more. JSONata can create objects even if there is no input document, for example: https://try.jsonata.org/1o1fwosgk Those...
### Discussed in https://github.com/renovatebot/renovate/discussions/31837 Originally posted by **mkniewallner** October 7, 2024 ### Tell us more. Renovate [implements `pyenv` manager](https://github.com/renovatebot/renovate/tree/main/lib/modules/manager/pyenv) to update Python version defined in a `.python-version` file. Per [`pyenv`...
### Describe the proposed change(s). Ref: #26151 Idea: support a new option `constraintsVersioning` for the rare cases where constraints need a separate versioning to the lookups
We moved from keeing secrets inside the `encrypted` object to using the Mend Developer portal for users of the Github App. But, missed to make some necessary modififcations to the...
Would be very nice if renovate could regularly 1. update transitive go dependencies 2. run `go mod tidy` to keep the sum files clean. **Did you already have any implementation...
### Describe the proposed change(s). Reproducible only on Windows, potentially only on certain environments. Ref: https://github.com/renovatebot/renovate/discussions/31753 Per the logs this command is run: ``` C:\Windows\system32\cmd.exe /d /s /c "dotnet restore...
### Describe the proposed change(s). In such cases, Renovate exits without updating the Dashboard. It proceeds like this with no dashboard ensuring: ``` DEBUG: Automerged but already retried once DEBUG:...