feat: public renovate-bot with workflow_call + config
This commit is contained in:
+34
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"$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}"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user