mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-26 15:54:20 -04:00
17 lines
243 B
JSON
17 lines
243 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"enabledManagers": [
|
|
"poetry",
|
|
"dockerfile"
|
|
],
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"addLabels": [
|
|
"dependencies"
|
|
],
|
|
"ignoreDeps": [
|
|
"python"
|
|
]
|
|
}
|