mirror of
https://github.com/ivuorinen/.github.git
synced 2026-02-02 11:41:59 +00:00
22 lines
435 B
Markdown
22 lines
435 B
Markdown
# .github
|
|
|
|
My Shared GitHub Actions & Configurations.
|
|
|
|
## Actions
|
|
|
|
tba
|
|
|
|
## Misc configurations
|
|
|
|
### Renovate config
|
|
|
|
Go through [the onboarding process](https://docs.renovatebot.com/getting-started/installing-onboarding/) and save the following snippet as `renovate.json` in the project root.
|
|
|
|
```json
|
|
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["github>ivuorinen/.github:renovate-config"]
|
|
}
|
|
|
|
```
|