pinned in renovate
This commit is contained in:
parent
47d1bfec6e
commit
22db4b5352
|
@ -55,19 +55,19 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"groupName": "vueuse",
|
"groupName": "vueuse",
|
||||||
"matchPackageNames": ["/^@vueuse/.*/"]
|
"matchDepNames": ["/^@vueuse/.*/"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchPackageNames": ["channels", "channels-redis", "daphne"],
|
"matchDepNames": ["channels", "channels-redis", "daphne"],
|
||||||
"groupName": "channels"
|
"groupName": "channels"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchPackageNames": ["node"],
|
"matchDepNames": ["node"],
|
||||||
"allowedVersions": "/\\d+[02468]$/"
|
"allowedVersions": "/\\d+[02468]$/"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchFileNames": ["deploy/docker-compose.yml"],
|
"matchFileNames": ["deploy/docker-compose.yml"],
|
||||||
"matchPackageNames": ["postgres"],
|
"matchDepNames": ["postgres"],
|
||||||
"postUpgradeTasks": {
|
"postUpgradeTasks": {
|
||||||
"commands": [
|
"commands": [
|
||||||
"echo 'Upgrade Postgres to version {{ newVersion }}. [Make sure to migrate!](https://docs.funkwhale.audio/administrator_documentation/upgrade_docs/docker.html#upgrade-the-postgres-container)' > changes/changelog.d/postgres.update"
|
"echo 'Upgrade Postgres to version {{ newVersion }}. [Make sure to migrate!](https://docs.funkwhale.audio/administrator_documentation/upgrade_docs/docker.html#upgrade-the-postgres-container)' > changes/changelog.d/postgres.update"
|
||||||
|
@ -76,8 +76,12 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchPackageNames": ["python"],
|
"matchDepNames": ["python"],
|
||||||
"rangeStrategy": "widen"
|
"rangeStrategy": "widen"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchDepNames": ["mutagen"],
|
||||||
|
"allowedVersions": "1.46.0"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -5073,4 +5073,4 @@ typesense = ["typesense"]
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.1"
|
lock-version = "2.1"
|
||||||
python-versions = "^3.10,<3.14"
|
python-versions = "^3.10,<3.14"
|
||||||
content-hash = "8e59fcdac5568641ea4bdc7500f1cdc0395f7903f8f5d9f40bdf5ede8cdcec8d"
|
content-hash = "3be5a3c570962dea1d3845330ede852b5d0943c2e1731bbc0d6b451980e38b6f"
|
||||||
|
|
|
@ -78,8 +78,7 @@ feedparser = "==6.0.11"
|
||||||
python-ffmpeg = "==2.0.12"
|
python-ffmpeg = "==2.0.12"
|
||||||
liblistenbrainz = "==0.5.5"
|
liblistenbrainz = "==0.5.5"
|
||||||
musicbrainzngs = "==0.7.1"
|
musicbrainzngs = "==0.7.1"
|
||||||
# pinning to 1.46.0 because of troi
|
mutagen = "==1.46.0"
|
||||||
mutagen = "1.46.0"
|
|
||||||
pillow = "==11.1.0"
|
pillow = "==11.1.0"
|
||||||
pyld = "==2.0.4"
|
pyld = "==2.0.4"
|
||||||
python-magic = "==0.4.27"
|
python-magic = "==0.4.27"
|
||||||
|
|
Loading…
Reference in New Issue