mirror of
https://github.com/sabnzbd/sabnzbd.git
synced 2025-12-23 15:49:15 -05:00
* Update all dependencies * Pin tavern due to failure in newer versions * User SABnzbd User-agent in wiki test --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Safihre <safihre@sabnzbd.org>
48 lines
1006 B
JSON
48 lines
1006 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base",
|
|
":disableDependencyDashboard"
|
|
],
|
|
"schedule": [
|
|
"before 8am on Monday"
|
|
],
|
|
"baseBranches": ["develop", "feature/uvicorn"],
|
|
"pip_requirements": {
|
|
"fileMatch": [
|
|
"requirements.txt",
|
|
"tests/requirements.txt",
|
|
"builder/requirements.txt",
|
|
"builder/release-requirements.txt"
|
|
]
|
|
},
|
|
"ignorePaths": [],
|
|
"ignoreDeps": [
|
|
"jaraco.text",
|
|
"jaraco.context",
|
|
"jaraco.collections",
|
|
"sabctools",
|
|
"paho-mqtt",
|
|
"werkzeug",
|
|
"tavern"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchManagers": ["github-actions"],
|
|
"matchPackageNames": ["windows", "macos"],
|
|
"enabled": false
|
|
},
|
|
{
|
|
"matchPackagePatterns": [
|
|
"*"
|
|
],
|
|
"groupName": "all dependencies",
|
|
"groupSlug": "all",
|
|
"separateMajorMinor": false,
|
|
"automerge": true
|
|
}
|
|
],
|
|
"automergeStrategy": "squash",
|
|
"platformAutomerge": true
|
|
}
|