ci: update renovate.json to let PR title start with deps: (#505)

This commit is contained in:
Andy Lee 2025-09-02 11:07:49 +08:00 committed by GitHub
parent 22c99211f1
commit 8f72c33f4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,10 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"], "extends": [
"config:recommended",
":semanticCommitTypeAll(deps)",
":semanticCommitScopeDisabled"
],
"baseBranches": [ "baseBranches": [
"master", "master",
"main", "main",