https://github.com/cybozu/renovate-config
A shareable Renovate config for Cybozu
https://github.com/cybozu/renovate-config
renovate
Last synced: 7 months ago
JSON representation
A shareable Renovate config for Cybozu
- Host: GitHub
- URL: https://github.com/cybozu/renovate-config
- Owner: cybozu
- License: mit
- Created: 2018-05-16T08:42:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-12T19:35:35.000Z (7 months ago)
- Last Synced: 2025-03-12T20:29:20.406Z (7 months ago)
- Topics: renovate
- Size: 896 KB
- Stars: 10
- Watchers: 3
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# @cybozu/renovate-config
[](https://badge.fury.io/js/%40cybozu%2Frenovate-config)
A sharable Renovate config for Cybozu.
## Usage
* `renovate.json`
```json
{
"extends": ["github>cybozu/renovate-config"]
}
```## Settings
See the settings in [renovate.json](https://github.com/cybozu/renovate-config/blob/master/renovate.json) and [Configuration Options](https://renovatebot.com/docs/configuration-options/) in Renovate Docs
### GitHub Actions
If you have a branch protection rule for GitHub Actions, you have to run the GitHub Action on pushing branches to allow Renovate create pull requests.
Otherwise, Renovate won't create pull requests due to the pending status.```yaml
on:
push:
branches:
- master
- 'renovate/**' # branches Renovate creates
pull_request:
```## License
MIT License