fix: align config.json with prod renovate module
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.
This commit is contained in:
@@ -10,11 +10,14 @@
|
||||
"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
|
||||
},
|
||||
@@ -30,5 +33,11 @@
|
||||
"matchHost": "api.github.com",
|
||||
"token": "${RENOVATE_GITHUB_TOKEN}"
|
||||
}
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchManagers": ["gitea-actions"],
|
||||
"semanticCommitType": "ci"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user