mirror of
https://github.com/jellyfin/jellyfin-meta-plugins.git
synced 2024-11-22 21:59:42 +00:00
remove obsolete npm packageRule
This commit is contained in:
parent
a54d671a93
commit
e6ee4cc5b8
@ -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
46
.github/renovate.json
vendored
@ -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"]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user