mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-03-12 04:35:35 -07:00
16 lines
225 B
JSON
16 lines
225 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"enabledManagers": [
|
|
"poetry"
|
|
],
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"addLabels": [
|
|
"dependencies"
|
|
],
|
|
"ignoreDeps": [
|
|
"python"
|
|
]
|
|
}
|