0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 02:31:10 +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: [
"github>bpg/renovate-config",
"github>bpg/renovate-config:automerge-github-actions",
":semanticCommitTypeAll(chore)",
],
"postUpdateOptions": [
"gomodTidy",
@ -15,7 +16,6 @@
"matchPackagePatterns": [
"*",
],
"semanticCommitType": "chore",
"semanticCommitScope": "deps",
"commitMessageExtra": "({{currentVersion}} → {{newVersion}})",
},
@ -33,7 +33,6 @@
"example/**",
"docs/**",
],
"semanticCommitType": "chore",
"semanticCommitScope": "docs",
"automerge": true,
"automergeType": "branch",