prometheus-pve-sd/renovate.json

13 lines
328 B
JSON
Raw Permalink Normal View History

2021-06-09 20:44:10 +02:00
{
"$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
}
]
2021-06-09 20:44:10 +02:00
}