Skip to content

Commit

Permalink
chore(deps): Rename renovate.json -> .renovaterc.json5
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed Dec 20, 2023
1 parent 1f2648a commit 5339e9f
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@ tab_width = 2

[*.json]
indent_size = 2
tab_width = 2

[*.jsonc]
indent_size = 2
tab_width = 2

[*.json5]
indent_size = 2
tab_width = 2

[*.toml]
indent_size = 2
Expand Down
1 change: 1 addition & 0 deletions .prettierrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ quoteProps: as-needed
semi: false
singleAttributePerLine: false
singleQuote: false
tabWidth: 2
trailingComma: "es5"
# Note that printWidth, useTabs, tabWidth, endOfLine is read from .editorconfig by Prettier
5 changes: 5 additions & 0 deletions .renovaterc.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: ["config:base"],
labels: ["dependencies"],
}
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
"markdown.validate.fragmentLinks.enabled": "error",
"markdown.validate.fileLinks.markdownFragmentLinks": "error",

"[json5]": {
"editor.tabSize": 2
},

"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,

Expand Down
5 changes: 0 additions & 5 deletions renovate.json

This file was deleted.

0 comments on commit 5339e9f

Please sign in to comment.