mirror of
https://github.com/sassanix/Warracker.git
synced 2025-12-31 18:49:39 -06:00
24 lines
594 B
JSON
24 lines
594 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"packageRules": [
|
|
{
|
|
"matchDatasources": ["deb"],
|
|
"registryUrls": ["https://deb.debian.org/debian?suite=trixie&components=main,contrib,non-free&binaryArch=amd64"],
|
|
"groupName": "Debian packages"
|
|
},
|
|
{
|
|
"matchManagers": ["pip_requirements"],
|
|
"groupName": "Python packages"
|
|
},
|
|
{
|
|
"matchDatasources": ["github-actions"],
|
|
"groupName": "GitHub Actions"
|
|
},
|
|
{
|
|
"matchManagers": ["docker-compose"],
|
|
"pinDigests": false,
|
|
"enabled": false
|
|
}
|
|
]
|
|
}
|