mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-22 16:00:58 +00:00
14 lines
324 B
JSON
14 lines
324 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended",
|
|
"github>okxlin/appstore//.github/renovate-docker.json"
|
|
],
|
|
"enabledManagers": [
|
|
"github-actions",
|
|
"docker-compose"
|
|
],
|
|
"dependencyDashboardTitle": "Dependency Dashboard",
|
|
"rebaseWhen": "never"
|
|
}
|