Skip to content

Commit

Permalink
chore(deps): use scratch-renovate-config:conservative
Browse files Browse the repository at this point in the history
  • Loading branch information
cwillisf committed Jul 20, 2021
1 parent b079017 commit d64eca4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
3 changes: 2 additions & 1 deletion renovate.json → renovate.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",

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

0 comments on commit d64eca4

Please sign in to comment.