зеркало из https://github.com/nextcloud/appstore.git
19 строки
401 B
JSON
19 строки
401 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base",
|
|
":disableDependencyDashboard"
|
|
],
|
|
"labels": [
|
|
"dependencies"
|
|
],
|
|
"ignorePaths": [
|
|
"docs/**",
|
|
"nextcloudappstore/scaffolding/**",
|
|
"scripts/**",
|
|
"docker-compose.yml",
|
|
"Dockerfile"
|
|
],
|
|
"schedule": ["every weekend"]
|
|
}
|