0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 10:33:46 +00:00

misc: update renovate config

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
This commit is contained in:
Pavel Boldyrev 2024-01-26 22:24:40 -05:00
parent 3790b522e7
commit 14836b6c50
No known key found for this signature in database
GPG Key ID: 02A24794ADAC7455

View File

@ -3,6 +3,7 @@
extends: [ extends: [
"github>bpg/renovate-config", "github>bpg/renovate-config",
"github>bpg/renovate-config:automerge-github-actions", "github>bpg/renovate-config:automerge-github-actions",
":semanticCommitTypeAll(chore)",
], ],
"postUpdateOptions": [ "postUpdateOptions": [
"gomodTidy", "gomodTidy",
@ -15,7 +16,6 @@
"matchPackagePatterns": [ "matchPackagePatterns": [
"*", "*",
], ],
"semanticCommitType": "chore",
"semanticCommitScope": "deps", "semanticCommitScope": "deps",
"commitMessageExtra": "({{currentVersion}} → {{newVersion}})", "commitMessageExtra": "({{currentVersion}} → {{newVersion}})",
}, },
@ -33,7 +33,6 @@
"example/**", "example/**",
"docs/**", "docs/**",
], ],
"semanticCommitType": "chore",
"semanticCommitScope": "docs", "semanticCommitScope": "docs",
"automerge": true, "automerge": true,
"automergeType": "branch", "automergeType": "branch",