Skip to content

Commit

Permalink
🔧 tweaking renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
chrede88 committed Nov 7, 2024
1 parent 50a99d9 commit 8b66286
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"extends": ["config:recommended"],
"dependencyDashboardTitle": "Renovate Dashboard 🤖",
"commitMessagePrefix": "🤖",
"commitMessageTopic": "{{depName}}",
Expand All @@ -17,7 +15,9 @@
"description": "Update Hugo/Go version in Github actions",
"customType": "regex",
"fileMatch": ["^.github/(?:workflows|actions)/.+\\.ya?ml$"],
"matchStrings": ["datasource=(?<datasource>.*?) depName=(?<depName>.*?)\n.*?'(?<currentValue>.*)'\n"],
"matchStrings": [
"datasource=(?<datasource>.*?) depName=(?<depName>.*?)\n.*?'(?<currentValue>.*)'\n"
],
"versioningTemplate": "semver-coerced",
"extractVersionTemplate": "^(v|go)?(?<version>.*)$"
}
Expand All @@ -27,6 +27,10 @@
"matchManagers": ["gomod"],
"matchDepTypes": ["indirect"],
"enabled": true
},
{
"matchDatasources": ["golang-version"],
"rangeStrategy": "bump"
}
]
}

0 comments on commit 8b66286

Please sign in to comment.