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

"FATAL: You must configure a GitHub token"

I'm trying to install renovate on a self-hosted GitLab instance. I installed renovate to my Node.js project via the following command: npm install renovate@latestThen I created a renovate.json file and...

View Article



Renovate with Google Cloud, Github, Python project, and pyproject.toml

High LevelI am trying to allow Renovate to manage Python dependency updates, including updates dependent upon our own internal registry, which lives in Google's Artifact Registry. We use GitHub to...

View Article

How can Stability days in renovate help to avoid updating to dependencies...

I want to protect my project from updating dependencies to early to avoid some issues via renovate.I came across the minimumReleaseAge property, but not sure if really helps me.I thinking about the...

View Article

Regex for self hosted renovate bot to fetch linuxserver.io stable images

I've setup the renovate selfhosted bot. Since linuxserver.io has different schemas of creating docker tags, i'll switched to regex.{"$schema":...

View Article

renovate create only PR when packages major update

ProblemI am trying to manage package versions in my monorepo. (repository link is below.)Now, renovate create only PR when package major update.Sometimes renovate create minor update PRs, but I don't...

View Article


Need Renovate configuration option to exclude the tag within the tag of a...

Below is my sample renovate configuration filemodule.exports = { endpoint: 'https://git.myOrg.info/', password: '${password}', username: '${username}', platform: 'bitbucket-server', repositories:...

View Article

Is there a CLI tool for keeping software dependencies up to date? (e.g. cli...

How can I run renovate or dependabot via the CLI on a codebase to have it update the dependencies in the projects local files?I'm looking to use one of these tools to run locally and pointed at a...

View Article

Unable to do Renovate Installation Using Helm

I am using official Helm charts for RenovateBot to run as a Cronjob and it should work with Self hosted Gitlab Repository https://github.com/renovatebot/helm-chartsHere is my values.yamlrenovate:...

View Article


How to set up Renovate Bot for Gitlab including private dependencies?

I have successfully configured Renovate Bot to run on a schedule by following the instructions presented in this GitLab repository - https://gitlab.com/renovate-bot/renovate-runner. The problem is that...

View Article


Renovate does not find private dependencies

I hosted Renovate, Gitea and Artifactory myself.Unfortunately, Renovate returns the following warnings:WARN: Package lookup failures (repository=my_repository, branch=renovate.my_branch)"warnings":...

View Article

How to configure Renovate to use composer plugins

I'm trying to configure Renovate on a Symfony project that uses Flex to check conflicting versions. In my repo Renovate should do an update for symfony/monolog-bundle 3.8.0 -> 3.10.0 but it also...

View Article

Updating renovate package lock file and package json file are not in sync

I am new to using renovate. I have currently used basic configurations for the renovate bot.It is working fine but I observed that on one of our repo, package.json and package-lock.json are not in...

View Article

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
Browsing all 42 articles
Browse latest View live




Latest Images