mirror of
https://github.com/outbackdingo/terraform-hcloud-talos.git
synced 2026-01-27 10:20:30 +00:00
chore(config): migrate config .github/renovate.json5
This commit is contained in:
committed by
Marcel Richter
parent
6229e1e58b
commit
9c41a6f70c
18
.github/renovate.json5
vendored
18
.github/renovate.json5
vendored
@@ -19,18 +19,16 @@
|
||||
automerge: true,
|
||||
},
|
||||
{
|
||||
"matchDepTypes": [
|
||||
"action"
|
||||
],
|
||||
"pinDigests": true,
|
||||
"automerge": true
|
||||
}
|
||||
matchDepTypes: ["action"],
|
||||
pinDigests: true,
|
||||
automerge: true,
|
||||
},
|
||||
],
|
||||
customManagers: [
|
||||
{
|
||||
description: "Update semantic-release in GitHub Action workflows",
|
||||
customType: "regex",
|
||||
fileMatch: ["^\\.github\\/(actions|workflows)\\/.+\\.ya?ml$"],
|
||||
managerFilePatterns: ["/^\\.github\\/(actions|workflows)\\/.+\\.ya?ml$/"],
|
||||
matchStrings: [
|
||||
"semantic_version\\s*:\\s*(\"|')?(?<currentValue>.+)(\"|'|(\\s+)|\\n|$)",
|
||||
],
|
||||
@@ -40,9 +38,9 @@
|
||||
{
|
||||
description: "Update conventional-changelog-conventionalcommits in GitHub Action workflows",
|
||||
customType: "regex",
|
||||
fileMatch: ["^\\.github\\/(actions|workflows)\\/.+\\.ya?ml$"],
|
||||
managerFilePatterns: ["/^\\.github\\/(actions|workflows)\\/.+\\.ya?ml$/"],
|
||||
matchStrings: [
|
||||
".*(?<depName>conventional-changelog-conventionalcommits)@(?<currentValue>.+?)(\"|\'|(\\s+)|\\n|$)",
|
||||
".*(?<depName>conventional-changelog-conventionalcommits)@(?<currentValue>.+?)(\"|'|(\\s+)|\\n|$)",
|
||||
],
|
||||
datasourceTemplate: "npm",
|
||||
depNameTemplate: "conventional-changelog-conventionalcommits",
|
||||
@@ -50,7 +48,7 @@
|
||||
{
|
||||
description: "Update packer dependencies.",
|
||||
customType: "regex",
|
||||
fileMatch: ["\\.pkr\\.hcl"],
|
||||
managerFilePatterns: ["/\\.pkr\\.hcl/"],
|
||||
matchStrings: [
|
||||
'required_version[\\s]+=[\\s]+"=?(?<currentValue>\\S*)"',
|
||||
'source[\\s]+=[\\s]+"github.com/(?<depName>\\S*)"[\\s]+version[\\s]+=[\\s]+"(?<currentValue>\\S*)"',
|
||||
|
||||
Reference in New Issue
Block a user