34 lines
920 B
JSON
34 lines
920 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended", "config:best-practices", "group:recommended"],
|
|
"ignorePresets": ["docker:pinDigests"],
|
|
"assignees": ["jcabillot"],
|
|
"dependencyDashboard": true,
|
|
"endpoint": "https://scm.cabillot.eu/api/v1",
|
|
"gitAuthor": "Renovate Bot <renovate@cabillot.eu>",
|
|
"platform": "gitea",
|
|
"requireConfig": "optional",
|
|
"onboarding": false,
|
|
"rebaseWhen": "behind-base-branch",
|
|
"minimumReleaseAge": "2 days",
|
|
"minimumReleaseAgeBehaviour": "timestamp-optional",
|
|
"branchConcurrentLimit": 0,
|
|
"prConcurrentLimit": 0,
|
|
"prHourlyLimit": 0,
|
|
"gitlabci": {
|
|
"enabled": false
|
|
},
|
|
"jenkins": {
|
|
"enabled": false
|
|
},
|
|
"hostRules": [
|
|
{
|
|
"matchHost": "github.com",
|
|
"token": "${RENOVATE_GITHUB_TOKEN}"
|
|
},
|
|
{
|
|
"matchHost": "api.github.com",
|
|
"token": "${RENOVATE_GITHUB_TOKEN}"
|
|
}
|
|
]
|
|
} |