mirror of
https://github.com/thegeeklab/renovate-presets.git
synced 2024-11-13 22:10:39 +00:00
9 lines
251 B
JSON
9 lines
251 B
JSON
|
{
|
||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||
|
"description": ["Default preset for use with thegeeklab repos"],
|
||
|
"extends": [
|
||
|
"github>thegeeklab/renovate-presets:base",
|
||
|
"github>thegeeklab/renovate-presets:docker"
|
||
|
]
|
||
|
}
|