Skip to content

Commit

Permalink
Merge pull request #324 from LLK/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
cwillisf committed Jul 21, 2021
2 parents aa2fe09 + d64eca4 commit 4a1a0b2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Expand Up @@ -7,7 +7,7 @@ charset = utf-8
indent_size = 4
trim_trailing_whitespace = true

[*.json]
[*.json,*.json5]
indent_style = space
indent_size = 2

Expand Down
1 change: 1 addition & 0 deletions .gitattributes
Expand Up @@ -12,6 +12,7 @@
*.js text eol=lf
*.js.map text eol=lf
*.json text eol=lf
*.json5 text eol=lf
*.md text eol=lf
*.svg text eol=lf
*.yml text eol=lf
Expand Down
7 changes: 7 additions & 0 deletions renovate.json5
@@ -0,0 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",

"extends": [
"github>LLK/scratch-renovate-config:conservative"
]
}

0 comments on commit 4a1a0b2

Please sign in to comment.