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"] +}