mirror of
https://github.com/thegeeklab/prometheus-pve-sd.git
synced 2024-10-31 23:50:39 +00:00
13 lines
328 B
JSON
13 lines
328 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["github>thegeeklab/renovate-presets"],
|
|
"packageRules": [
|
|
{
|
|
"matchManagers": ["woodpecker"],
|
|
"matchFileNames": [".woodpecker/test.yml"],
|
|
"matchPackageNames": ["docker.io/library/python"],
|
|
"enabled": false
|
|
}
|
|
]
|
|
}
|