diff --git a/.editorconfig b/.editorconfig index 38ac5b4..02fe084 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,6 +11,6 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true -[*.{yaml,yml}] +[*.{yaml,yml,json}] tab_width = 2 indent_size = 2 diff --git a/.github/renovate.json b/.github/renovate.json index b858941..d3599f7 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,27 +1,23 @@ { - "extends": [ - "config:base" - ], - "labels": ["dependencies"], - "packageRules": [ - { - "matchManagers": ["github-actions"], - "addLabels": ["github_actions"] - }, - { - "matchManagers": ["npm"], - "addLabels": ["npm"] - }, - { - "matchManagers": ["git-submodules"], - "addLabels": ["git-submodules"], - "automerge": true, - "automergeType": "branch" - } - ], - "git-submodules": { - "enabled": true + "extends": [ + "config:base" + ], + "labels": ["dependencies"], + "packageRules": [ + { + "matchManagers": ["github-actions"], + "addLabels": ["github_actions"] }, - "timezone": "Etc/UTC", - "schedule": ["before 2am"] - } + { + "matchManagers": ["git-submodules"], + "addLabels": ["git-submodules"], + "automerge": true, + "automergeType": "branch" + } + ], + "git-submodules": { + "enabled": true + }, + "timezone": "Etc/UTC", + "schedule": ["before 2am"] +}