Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Renovate config #256

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ysangkok
Copy link
Contributor

@ysangkok ysangkok commented Feb 23, 2025

I noticed that @domenkozar was interested in automated updates.
I am looking for a real-world repo to showcase stack.yaml support for.

So I thought I would submit this here since there seems to be interest.

This PR should work as submitted after setting up the Github app.

For local testing, the following configuration options need to be added:

, "onboarding": false
, "token": "<secret github token>"
, "repositories": [{ repository: 'yourGithubUser/websockets' }]
, "platform": "github"

Renovate can then be executed locally using:

docker run --mount type=bind,src=$PWD,dst=/mount-point,ro \
  -e RENOVATE_REQUIRE_CONFIG=ignored \
  -e RENOVATE_CONFIG_FILE=/mount-point/renovate.json5 \
  -e LOG_LEVEL=debug \
  renovate/renovate

The advantage of this setup, which loads the configuration from your local
filesystem, is that you can iterate without making repo changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant