renovate-docker/renovate.json

13 lines
218 B
JSON
Raw Normal View History

2021-12-16 15:12:20 +01:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
2022-01-19 11:00:45 +01:00
],
"packageRules": [
{
"matchDatasources": ["docker"],
"extends": ["schedule:daily"]
}
2021-12-16 15:12:20 +01:00
]
}