Skip to content

Commit

Permalink
Add renovate.json file (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
ermshiperete authored Dec 16, 2022
1 parent af44b23 commit 3bc409d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@
*.svg -whitespace
*.xml -whitespace
*.yml -whitespace
*.json -whitespace
changelog -whitespace
GitVersion.yml -whitespace
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": [
"config:base",
"helpers:pinGitHubActionDigests"
]
}

0 comments on commit 3bc409d

Please sign in to comment.