https://github.com/taiga-family/renovate-config
Shareable config for Renovate
https://github.com/taiga-family/renovate-config
renovate
Last synced: 7 months ago
JSON representation
Shareable config for Renovate
- Host: GitHub
- URL: https://github.com/taiga-family/renovate-config
- Owner: taiga-family
- License: apache-2.0
- Created: 2023-08-03T16:45:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-28T08:23:34.000Z (7 months ago)
- Last Synced: 2025-04-29T23:58:46.587Z (7 months ago)
- Topics: renovate
- Language: JavaScript
- Homepage:
- Size: 3.9 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Renovate config
```json5
{
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: ['github>taiga-family/renovate-config'],
autodiscoverFilter: ['your-github-organization/*'],
allowedPostUpgradeCommands: ['.*'],
autodiscover: true,
}
```
### Local debug your repository
```bash
export LOG_LEVEL=debug
export RENOVATE_CONFIG_FILE=default.json
export RENOVATE_TOKEN=ghp_FIVUf.....
npx renovate --autodiscover=true \
--autodiscover-filter='taiga-family/YOUR_REPOSITORY_NAME' \
--allowed-post-upgrade-commands='.*'
```