Quantcast
Channel: Active questions tagged renovate - Stack Overflow
Browsing latest articles
Browse All 42 View Live

Renovate: update dependency with syntactically different semver tags

This is my first time setting something up with Renovate, so bear in mind I may be missing or misunderstanding some concepts.I have been following...

View Article



Renovate does not automerge with gitea

Unfortunately, automerge of minor and patch versions does not work, although I have set Renovate to do so.The branch has the status yellow (see log below). However, it is not clear why this is the...

View Article

How to update only dev dependencies in Renovate for Composer?

How to configure Renovate tool to update only development dependencies for the Composer package manager?

View Article

How to configure Renovate to watch latest commits from branch

I want to pull the latest changes from the repository roave/security-advisories by composer package. As this package doesn't have tags, but pushes all commits to the branch latest, typical...

View Article

Configuring Dependabot/Renovate: Seeking Assistance with Specific Settings

I have a question: will Dependabot or Renovate help us if an SCA (BlackDuck) tool finds vulnerabilities, and will they only fix those vulnerabilities identified by the SCA tool?I have gone through the...

View Article


Image may be NSFW.
Clik here to view.

Python module setup.py dependency updates by Renovate combined with GitLab...

We have Python modules, which were referencing other Python modules from an internal GitLab Package Registry. The setup.py looks like the following:import setuptoolssetuptools.setup(...

View Article

Image may be NSFW.
Clik here to view.

renovate grouping of python dependencies in single merge doesnt work

Im trying to get renovate to group together all python dependency updates under 1 lable and all other updates gives a different label.my config:{"$schema":...

View Article

How can I tell renovate to work on the second Tuesday of every month?

We do monthly updates of our App, after Microsoft Tuesday, which is the second Tuesday of the month. I want renovate to also do its updates at this point so both can go together.I can't find a suitable...

View Article


Image may be NSFW.
Clik here to view.

Why PNPM marks my package with "version: link:" after "pnpm install ..."...

I have a package, which is published in NPM. In this package, I used the same package as its one of dependencies,https://github.com/tal-rofe/cz-vinylSo as your can see, the package name is cz-vinyl,...

View Article


How to run/test renovate bot locally?

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 renovate...

View Article

Post-upgrade command has not been added to the allowed list in...

I am using self hosted renovate and want to use postUpgradeTasks to run an update script only one the name of renovate branch matches an specific branch name pattern (upgrade/template-*), for other...

View Article

Renovate minimumReleaseAge and internalChecksFilter="strict" does not work...

I have a spring boot maven project and using renovate to upgrade dependencies of it.I had to put in a stability and noise control for PR creation with combination of "minimumReleaseAge": "15 days" and...

View Article

Renovate Bot Schedule configuration for biweekly renovate PRs is not working

I've been trying to set the Renovate PRs to be created biweekly, or once a month, but the schedule does not seem to work. I've checked in the Renovate Docs, and the schedule I used does seem to follow...

View Article


Use renovate to update git submodule branch and commit

I am using renovate to update a git submodule, this configuration works fine.{"$schema": "https://docs.renovatebot.com/renovate-schema.json","git-submodules": {"enabled": true,"versioning":...

View Article

Renovate prevent query for local dependencies in maven

I have maven multi module project.Parent pom.xml:<groupId>com.group</groupId><artifactId>product-parent</artifactId><version>1.0.0-SNAPSHOT</version>Child...

View Article


How to get renovate to update the java version in my pom.xml

I want renovate to keep my Java versions in my pom.xml updated.I had a look on the information in the renovate docs and it seems like it should work out of the...

View Article

Renovate Error: "Each packageRule must contain at least one match* or...

I'm attempting to configure Renovate to check for updates in a custom Maven repository that requires authentication. However, when I run Renovate, I encounter the following error:Each packageRule must...

View Article


Why renovatebot separate monorepo

I was working on to setup renovatebot though self-hosted and I saw they have config:recommended where it had "group:monorepos". Why do we want to group monorepos separately when compared with other...

View Article

Basic Renovate Configuration for Angular Project

I have a private angular project repo and new to it and installed renovate plugin on GitHub. It has created a basic config in renovate.json as below{"$schema":...

View Article

gpg: error Inappropriate ioctl for device

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 my...

View Article

Installing nodejs with node-gyp without internet

I want to check if there is a way to bypass node-gyp not to download the header when it is running the npm install. Currently my environment only have npmjs whitelisted.npm ERR! code 1npm ERR! path...

View Article


Exclude a dependency from Renovate updates

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 dependency...

View Article


Renovate: Combine all updates to one branch/PR

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...

View Article

Helm: How to pin version & make it manageable by Renovate on GitHub

Currently we install Traefik using Helm as described in the docs from it's chart at https://github.com/traefik/traefik-helm-chart. This... chart bootstraps Traefik version 2 as a Kubernetes ingress...

View Article

How to manage non-semver dependencies in Renovate?

I'v got the following python dependencies to manage with renovate, but I can't get a valid configuration that updates all the...

View Article


GitHub Actions workflow not triggering for Renovate app

I host my source code in GitHub. I use the hosted Renovate app to have dependencies updated automatically, which are merged into my main develop branch after a CI run succeeds.I used to use Azure...

View Article

how set custom env variables in renovate

I am using github actions where i am storing some secrets and they will be available as environment variables. I want to access these variables form my renovate config.js filesprocess.ENV.VARIABLE_NAME...

View Article

How to automatically update versions of GitHub actions (with renovate)?

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/workflowsFor example a stepsteps: - uses:...

View Article

Is this the right way to ignore Dependencies in renovate.json

I want the default recommended configuration in renovate for most part except that I want to ignore a couple of dependencies. Will this configuration help me achieve that? I just added ignoreDeps...

View Article



i want why renovate bot schedule to run every month but its not happening

Below is my code for renovate bot for my git repo.But i see my requirement.txt & requirement.txt.internal files packages raises a PR whenever it finds new version.i want to achieve this scanning to...

View Article
Browsing latest articles
Browse All 42 View Live




Latest Images