remove obsolete npm packageRule

This commit is contained in:
h1dden-da3m0n 2022-01-16 21:31:57 +01:00
parent a54d671a93
commit e6ee4cc5b8
2 changed files with 22 additions and 26 deletions

View File

@ -11,6 +11,6 @@ charset = utf-8
trim_trailing_whitespace = true trim_trailing_whitespace = true
insert_final_newline = true insert_final_newline = true
[*.{yaml,yml}] [*.{yaml,yml,json}]
tab_width = 2 tab_width = 2
indent_size = 2 indent_size = 2

View File

@ -8,10 +8,6 @@
"matchManagers": ["github-actions"], "matchManagers": ["github-actions"],
"addLabels": ["github_actions"] "addLabels": ["github_actions"]
}, },
{
"matchManagers": ["npm"],
"addLabels": ["npm"]
},
{ {
"matchManagers": ["git-submodules"], "matchManagers": ["git-submodules"],
"addLabels": ["git-submodules"], "addLabels": ["git-submodules"],