0.10.0 • Published 1 year ago

renovate-config-cozy v0.10.0

Weekly downloads
1
License
MIT
Repository
-
Last release
1 year ago

This repository is a shared config for Renovate.

Develop

To easily develop renovate configs, it is recommended to

  • install globally the renovate npm package
  • test the changes inside one repo
  • backport the changes to the config renovate
yarn global add renovate
cd cozy-banks # Go to the repo where you want to test the changes
vim renovate.json # Edit the config inside your repo
export RENOVATE_CONFIG_FILE=renovate.json # By default, renovate uses config.js
export GITHUB_TOKEN=XXXXXXXXXXXXXXXXX # Personal Github token to get: https://github.com/settings/tokens
renovate --token $GITHUB_TOKEN cozy/cozy-banks --schedule "at any time" --base-dir /tmp/banks --skip-installs --force-cli --pr-hourly-limit 0
# Everything works well
vim cozy-libs/packages/renovate-config-cozy/package.json # Backport the changes
# Open a pull request with the changes

More information

0.10.0

1 year ago

0.8.5

2 years ago

0.9.0

2 years ago

0.9.1

2 years ago

0.8.4

2 years ago

0.8.1

2 years ago

0.8.0

2 years ago

0.7.1

2 years ago

0.8.3

2 years ago

0.8.2

2 years ago

0.7.0

3 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.1

5 years ago

0.4.0

6 years ago