Skip to content

Commit

Permalink
fix: pin svu version to avoid buggy version tags (#1653)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesbillman authored Jun 4, 2024
1 parent 7cb8e83 commit f5d9417
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 7 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion bin/svu
29 changes: 23 additions & 6 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,38 @@
],
"packageRules": [
{
"matchPackageNames": ["jbr", "ktfmt", "golangci-lint"],
"matchManagers": ["hermit"],
"matchPackageNames": [
"jbr",
"ktfmt",
"golangci-lint",
"svu"
],
"matchManagers": [
"hermit"
],
"enabled": false
},
{
"matchFileNames": ["**/testdata/**/go.mod"],
"matchFileNames": [
"**/testdata/**/go.mod"
],
"enabled": false
},
{
"matchPackageNames": ["eslint", "codemirror"],
"matchPackageNames": [
"eslint",
"codemirror"
],
"enabled": false,
"paths": ["frontend/**", "extensions/**"]
"paths": [
"frontend/**",
"extensions/**"
]
},
{
"matchPackageNames": ["connectrpc.com/connect"],
"matchPackageNames": [
"connectrpc.com/connect"
],
"enabled": false
}
]
Expand Down

0 comments on commit f5d9417

Please sign in to comment.