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
insert_final_newline = true
[*.{yaml,yml}]
[*.{yaml,yml,json}]
tab_width = 2
indent_size = 2

46
.github/renovate.json vendored
View File

@ -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"]
}