chore(renovate): disable golangci-lint

This commit is contained in:
Alec Thomas
2024-03-05 10:12:31 +11:00
parent dc13080e39
commit 51e3de86cf
5 changed files with 10 additions and 1 deletions
-1
View File
@@ -1 +0,0 @@
bin
+1
View File
@@ -0,0 +1 @@
hermit
Symlink
+1
View File
@@ -0,0 +1 @@
.go-1.22.0.pkg
Symlink
+1
View File
@@ -0,0 +1 @@
.go-1.22.0.pkg
+7
View File
@@ -8,4 +8,11 @@
"group:allNonMajor",
"schedule:earlyMondays", // Run once a week.
],
packageRules: [
{
"matchPackageNames": ["golangci-lint"],
"matchManagers": ["hermit"],
"enabled": false
},
]
}