ci: update renovate.json to remove semanticCommitScope (#506)

Signed-off-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
Andy Lee 2025-09-02 12:09:14 +08:00 committed by GitHub
parent 8f72c33f4b
commit 0d183a8174
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,14 +6,12 @@
":semanticCommitScopeDisabled" ":semanticCommitScopeDisabled"
], ],
"baseBranches": [ "baseBranches": [
"master",
"main", "main",
"/^release-harvester-v\\d+\\.\\d+$/" "/^release-harvester-v\\d+\\.\\d+$/"
], ],
"automergeMajor": false, "automergeMajor": false,
"semanticCommits": "enabled", "semanticCommits": "enabled",
"semanticCommitType": "chore", "semanticCommitType": "deps",
"semanticCommitScope": "deps",
"prHourlyLimit": 12, "prHourlyLimit": 12,
"timezone": "Asia/Taipei", "timezone": "Asia/Taipei",
"schedule": ["after 10am on sunday"], "schedule": ["after 10am on sunday"],