From e6ee4cc5b8a2ceacb2638c30cff86679be8c4cee Mon Sep 17 00:00:00 2001 From: h1dden-da3m0n <33120068+h1dden-da3m0n@users.noreply.github.com> Date: Sun, 16 Jan 2022 21:31:57 +0100 Subject: [PATCH] remove obsolete npm packageRule --- .editorconfig | 2 +- .github/renovate.json | 46 ++++++++++++++++++++----------------------- 2 files changed, 22 insertions(+), 26 deletions(-) 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"] +}