renovate Questions
2
Before I configure renovate to work with my Azure pipeline, how can I run npx renovate locally to check does it work as I expect and does my config file is well configured. I'm trying with npx reno...
Thrashing asked 25/12, 2023 at 16:53
2
Solved
I use renovate as App on GitHub and it successfully updates my package.json.
I would like to have a similar feature for the action files themselves under
.github/workflows
For example a step
steps:...
Nassi asked 24/4, 2024 at 16:41
2
Solved
Renovate is updating the packages as soon as there is a new version. But renovate also creates a seperate PR/branch for each update. So if new versions released for 5 of my packages renovate will c...
2
I use Renovate to keep my dependencies up-to-date. However there are some dependencies that I want to exclude from automatic updates, i.e. I don't want Renovate to update them, ever.
One such depen...
Iand asked 15/11, 2022 at 14:43
2
Solved
I'm running a self-hosted Renovate instance and I need to sign the commits to GitLab with GPG key.
For this I'm setting the env variable RENOVATE_GIT_PRIVATE_KEY with the PGP private key block for ...
2
Solved
I have a repo in which I manage Terraformcode for multiple environments.
For example I would have these files:
/terraform/dev/superapp/main.tf
/terraform/prod/superapp/main.tf
In those files, I de...
1
There are several standard Java dependencies that have forks with the same maven coordinates and a "redhat-xxx" suffix in their version number, for example
commons-configuration:common-c...
Talca asked 24/1, 2022 at 9:20
2
Solved
On my GitHub repo I want to configure the renovate bot to automatically merge all minor (and smaller) updates automatically and to create PRs only for major updates. If I understand the doc correct...
1
Solved
I have a maven project which depends of com.thoughtworks.xstream:xstream:1.4.11.1.
Renovate opened a pull request for com.thoughtworks.xstream:xstream:1.4.12-java7 but I would prefer to see an pul...
Depurate asked 14/4, 2020 at 15:52
1
© 2022 - 2025 — McMap. All rights reserved.