bugzilla
Version:
A NodeJS module to access Bugzilla instances through the REST API.
22 lines (21 loc) • 504 B
JSON
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"labels": ["type: dependencies"],
"github-actions": {
"extends": ["schedule:monthly"],
"addLabels": ["github-actions"]
},
"packageRules": [
{
"matchCategories": ["js"],
"extends": ["schedule:monthly"],
"addLabels": ["javascript"]
},
{
"matchCategories": ["docker"],
"extends": ["schedule:monthly"],
"addLabels": ["docker"]
}
]
}