Ajoute les tweaks manquants du modules/renovate/main.tf (tf-depl-kubernetes): - semanticCommits: "enabled" - binarySource: "install" - printConfig: false - packageRules: gitea-actions -> semanticCommitType "ci" Pas d'autodiscover/autodiscoverFilter: le workflow renovate.yaml passe deja RENOVATE_REPOSITORIES=github.repository pour scanner uniquement le repo qui trigger la pipeline.
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
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",
|
|
"semanticCommits": "enabled",
|
|
"minimumReleaseAge": "2 days",
|
|
"minimumReleaseAgeBehaviour": "timestamp-optional",
|
|
"branchConcurrentLimit": 0,
|
|
"prConcurrentLimit": 0,
|
|
"prHourlyLimit": 0,
|
|
"binarySource": "install",
|
|
"printConfig": false,
|
|
"gitlabci": {
|
|
"enabled": false
|
|
},
|
|
"jenkins": {
|
|
"enabled": false
|
|
},
|
|
"hostRules": [
|
|
{
|
|
"matchHost": "github.com",
|
|
"token": "${RENOVATE_GITHUB_TOKEN}"
|
|
},
|
|
{
|
|
"matchHost": "api.github.com",
|
|
"token": "${RENOVATE_GITHUB_TOKEN}"
|
|
}
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchManagers": ["gitea-actions"],
|
|
"semanticCommitType": "ci"
|
|
}
|
|
]
|
|
} |