Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shingangan/renovate-config-hono
🔥 Hono presets for Renovate, third-party config
https://github.com/shingangan/renovate-config-hono
hono honojs renovate renovate-config
Last synced: 2 days ago
JSON representation
🔥 Hono presets for Renovate, third-party config
- Host: GitHub
- URL: https://github.com/shingangan/renovate-config-hono
- Owner: shinGangan
- License: mit
- Created: 2024-02-20T13:40:46.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-22T11:14:02.000Z (10 months ago)
- Last Synced: 2024-10-06T05:05:44.796Z (3 months ago)
- Topics: hono, honojs, renovate, renovate-config
- Homepage: https://hono.dev/guides/faq#is-there-an-official-renovate-config-for-hono
- Size: 71.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# renovate-config-hono
[![Docs][docs-src]][docs-href] [![Hono][hono-src]][hono-href] [![HonoX][honox-src]][honox-href]
🔥 Hono presets for [Renovate](https://docs.renovatebot.com/)
## Usage
Add this into `renovate.json`.
```json
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>shinGangan/renovate-config-hono"
],
// ...other options
}
```## License
This repository is licensed under the [MIT License](./LICENSE).
[docs-src]: https://img.shields.io/badge/Hono%20Docus-E36002
[docs-href]: https://hono.dev/
[hono-src]: https://img.shields.io/npm/v/hono?style=plastic&logo=hono&color=E36002&label=Hono
[hono-href]: https://github.com/honojs/hono
[honox-src]: https://img.shields.io/npm/v/honox?style=plastic&logo=hono&color=E36002&label=HonoX
[honox-href]: https://github.com/honojs/honox