Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
h3llrais3r committed Aug 1, 2023
1 parent 82b7914 commit 3c5af87
Showing 1 changed file with 27 additions and 21 deletions.
48 changes: 27 additions & 21 deletions renovate.json
Expand Up @@ -14,30 +14,36 @@
"web/autosubliminal/package.json"
]
},
"js": {
"labels": [
"dependencies",
"javascript"
],
"packageRules": [
{
"packageNames": [
"bootstrap"
],
"allowedVersions": "<5.0.0"
}
]
},
"poetry": {
"fileMatch": [
"pyproject.toml"
]
},
"python": {
"labels": [
"dependencies",
"python"
],
"packageRules": []
}
"labels": [
"dependencies"
],
"packageRules": [
{
"matchCategories": [
"js"
],
"addLabels": [
"javascript"
]
},
{
"matchCategories": [
"python"
],
"addLabels": [
"python"
]
},
{
"matchPackageNames": [
"bootstrap"
],
"allowedVersions": "<5.0.0"
}
]
}

0 comments on commit 3c5af87

Please sign in to comment.