mirror of
https://github.com/ivuorinen/.github.git
synced 2026-01-26 11:23:57 +00:00
Update README.md
This commit is contained in:
21
README.md
21
README.md
@@ -1,2 +1,21 @@
|
||||
# .github
|
||||
My GitHub Shared Configurations.
|
||||
|
||||
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"]
|
||||
}
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user