From f14772114499cde67c95ebb9cbec08541315a492 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Sun, 22 Dec 2024 22:18:45 +0100 Subject: [PATCH] Adding Renovate config file --- Lombiq.OSOCE.sln | 1 + renovate.json5 | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 renovate.json5 diff --git a/Lombiq.OSOCE.sln b/Lombiq.OSOCE.sln index 5fc863c1e..0e7ac445d 100644 --- a/Lombiq.OSOCE.sln +++ b/Lombiq.OSOCE.sln @@ -18,6 +18,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution NuGet.config = NuGet.config package.json = package.json Readme.md = Readme.md + renovate.json5 = renovate.json5 Reset-Local.ps1 = Reset-Local.ps1 EndProjectSection EndProject diff --git a/renovate.json5 b/renovate.json5 new file mode 100644 index 000000000..48a821b6f --- /dev/null +++ b/renovate.json5 @@ -0,0 +1,4 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["github>Lombiq/renovate-config:default.json5"] +}