Skip to content

Commit

Permalink
Populate renovate.json
Browse files Browse the repository at this point in the history
Signed-off-by: eternal-flame-AD <[email protected]>

use custom golang version

Signed-off-by: eternal-flame-AD <[email protected]>
  • Loading branch information
eternal-flame-AD committed Oct 22, 2024
1 parent 548ab82 commit 35317e1
Showing 1 changed file with 29 additions and 2 deletions.
31 changes: 29 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
"config:recommended",
":semanticCommits"
],
"labels": [
"dependencies"
],
"reviewers": [
"team:gotify"
],
"enabledManagers": [
"gomod",
"dockerfile",
"regex"
],
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"^GO_VERSION$"
],
"depTypeTemplate": "language",
"matchStrings": [
"^(?<currentValue>.+)\\n"
],
"depNameTemplate": "https://github.com/golang/go",
"autoReplaceStringTemplate": "{{{newValue}}}",
"datasourceTemplate": "golang-version"
}
]
}
}

0 comments on commit 35317e1

Please sign in to comment.