Skip to content

Commit

Permalink
fix: datasource in golang-group
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippHeuer committed May 1, 2024
1 parent c903eee commit 8ec5f71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib-golang-group.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"groupName": "github.com/cidverse/cidverseutils",
"matchPackagePatterns": ["^github\\.com/cidverse/cidverseutils"],
"matchDatasources": ["maven"]
"matchDatasources": ["go"]
}
]
}
5 changes: 1 addition & 4 deletions lib-yaml-generic.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"regexManagers": [
{
"fileMatch": [
".*\\.yml$",
".*\\.yaml$"
],
"fileMatch": [".*\\.yml$", ".*\\.yaml$"],
"matchStrings": [
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)\r?\n.*: \"(?<currentValue>.*)\""
]
Expand Down

0 comments on commit 8ec5f71

Please sign in to comment.