ansible-doctor/renovate.json

13 lines
328 B
JSON
Raw Normal View History

2020-11-11 20:03:09 +00:00
{
2020-12-31 12:33:55 +00:00
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>thegeeklab/renovate-presets"],
"packageRules": [
{
"matchManagers": ["woodpecker"],
"matchFileNames": [".woodpecker/test.yml"],
2023-12-23 23:01:40 +00:00
"matchPackageNames": ["docker.io/library/python"],
"enabled": false
}
]
2020-11-11 20:03:09 +00:00
}