mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-02-23 10:27:23 -08:00
13 lines
189 B
JSON
13 lines
189 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"enabledManagers": [
|
|
"poetry"
|
|
],
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"addLabels": [
|
|
"dependencies"
|
|
]
|
|
}
|