Skip to content

Commit

Permalink
fix(renovate): exclude go.mod files in testdata directories
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Feb 26, 2024
1 parent ba30aa9 commit ec45c83
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 18 deletions.
22 changes: 22 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":semanticCommits",
":semanticCommitTypeAll(chore)",
":semanticCommitScope(deps)",
"group:allNonMajor",
"schedule:earlyMondays"
],
"packageRules": [
{
"matchPackageNames": ["jbr", "ktfmt", "golangci-lint"],
"matchManagers": ["hermit"],
"enabled": false
},
{
"matchFileNames": ["**/testdata/**/go.mod"],
"enabled": false
}
]
}
18 changes: 0 additions & 18 deletions renovate.json5

This file was deleted.

0 comments on commit ec45c83

Please sign in to comment.