diff --git a/config.json b/config.json index 892a3d1..f6e9984 100644 --- a/config.json +++ b/config.json @@ -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" + } ] } \ No newline at end of file