Skip to content

Commit

Permalink
Add golang version datasource configuration for go.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
catatsuy committed Mar 2, 2025
1 parent 41f63a0 commit 7b682a9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@
"go-version-input: (?<currentValue>[0-9]*.[0-9]*.[0-9]*)"
]
},
{
"fileMatch": [
".github/workflows/go.yml"
],
"datasourceTemplate": "golang-version",
"depNameTemplate": "golang",
"matchStrings": [
"go-version: (?<currentValue>[0-9]*.[0-9]*.[0-9]*)"
]
},
{
"fileMatch": [
".github/workflows/release.yml"
Expand Down

0 comments on commit 7b682a9

Please sign in to comment.