Skip to content

Commit 8c4a29d

Browse files
committed
chore(renovate): ignore dist
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
1 parent 043c2be commit 8c4a29d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ trim_trailing_whitespace = true
99
end_of_line = lf
1010
max_line_length = 160
1111

12-
[*.{yaml,yml}]
12+
[*.{yaml,yml,json}]
1313
indent_size = 2

renovate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"platformAutomerge": true,
99
"suppressNotifications": ["prEditedNotification"],
1010
"semanticCommits": "enabled",
11+
"ignorePaths": ["/dist/**"],
1112
"packageRules": [
1213
{
1314
"groupName": "golangci-lint",

0 commit comments

Comments
 (0)