We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 043c2be commit 8c4a29dCopy full SHA for 8c4a29d
.editorconfig
@@ -9,5 +9,5 @@ trim_trailing_whitespace = true
9
end_of_line = lf
10
max_line_length = 160
11
12
-[*.{yaml,yml}]
+[*.{yaml,yml,json}]
13
indent_size = 2
renovate.json
@@ -8,6 +8,7 @@
8
"platformAutomerge": true,
"suppressNotifications": ["prEditedNotification"],
"semanticCommits": "enabled",
+ "ignorePaths": ["/dist/**"],
"packageRules": [
{
14
"groupName": "golangci-lint",
0 commit comments