docker-tidy/renovate.json

13 lines
328 B
JSON
Raw Permalink Normal View History

2020-11-11 21:03:07 +01:00
{
2020-12-26 16:08:46 +01: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
}
]
2020-12-26 16:08:46 +01:00
}