From 3bc409debb88de8ce9cca3fa3752dbf82945101a Mon Sep 17 00:00:00 2001 From: Eberhard Beilharz Date: Sat, 17 Dec 2022 00:16:08 +0100 Subject: [PATCH] Add renovate.json file (#182) --- .editorconfig | 2 +- .gitattributes | 1 + renovate.json | 6 ++++++ 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 renovate.json diff --git a/.editorconfig b/.editorconfig index 572eae73..79a2ab8a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -18,7 +18,7 @@ indent_style = tab tab_width = 4 # Settings Visual Studio uses for the generated files -[*.{csproj,resx,settings,vcxproj*,vdproj,xml,yml,props,targets}] +[*.{csproj,resx,settings,vcxproj*,vdproj,xml,yml,props,targets,json}] indent_style = space indent_size = 2 diff --git a/.gitattributes b/.gitattributes index e78e44ed..d223b22b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -23,5 +23,6 @@ *.svg -whitespace *.xml -whitespace *.yml -whitespace +*.json -whitespace changelog -whitespace GitVersion.yml -whitespace diff --git a/renovate.json b/renovate.json new file mode 100644 index 00000000..6ab0567e --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "extends": [ + "config:base", + "helpers:pinGitHubActionDigests" + ] +}