Skip to content

Commit

Permalink
chore(renovate): disable golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Mar 4, 2024
1 parent dc13080 commit 51e3de8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
@@ -1 +0,0 @@
bin
1 change: 1 addition & 0 deletions bin/.go-1.22.0.pkg
1 change: 1 addition & 0 deletions bin/go
1 change: 1 addition & 0 deletions bin/gofmt
7 changes: 7 additions & 0 deletions renovate.json5
Expand Up @@ -8,4 +8,11 @@
"group:allNonMajor",
"schedule:earlyMondays", // Run once a week.
],
packageRules: [
{
"matchPackageNames": ["golangci-lint"],
"matchManagers": ["hermit"],
"enabled": false
},
]
}

0 comments on commit 51e3de8

Please sign in to comment.