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",
|
"requireConfig": "optional",
|
||||||
"onboarding": false,
|
"onboarding": false,
|
||||||
"rebaseWhen": "behind-base-branch",
|
"rebaseWhen": "behind-base-branch",
|
||||||
|
"semanticCommits": "enabled",
|
||||||
"minimumReleaseAge": "2 days",
|
"minimumReleaseAge": "2 days",
|
||||||
"minimumReleaseAgeBehaviour": "timestamp-optional",
|
"minimumReleaseAgeBehaviour": "timestamp-optional",
|
||||||
"branchConcurrentLimit": 0,
|
"branchConcurrentLimit": 0,
|
||||||
"prConcurrentLimit": 0,
|
"prConcurrentLimit": 0,
|
||||||
"prHourlyLimit": 0,
|
"prHourlyLimit": 0,
|
||||||
|
"binarySource": "install",
|
||||||
|
"printConfig": false,
|
||||||
"gitlabci": {
|
"gitlabci": {
|
||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
@@ -30,5 +33,11 @@
|
|||||||
"matchHost": "api.github.com",
|
"matchHost": "api.github.com",
|
||||||
"token": "${RENOVATE_GITHUB_TOKEN}"
|
"token": "${RENOVATE_GITHUB_TOKEN}"
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchManagers": ["gitea-actions"],
|
||||||
|
"semanticCommitType": "ci"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user