From 441b9c227b295919f1a24b44b9b3faeb04754ea2 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 28 Nov 2022 13:17:22 +0200 Subject: [PATCH] Update README.md --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 93eff08..b39b94b 100644 --- a/README.md +++ b/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"] +} + +```