Skip to content

Commit 1b932ec

Browse files
committed
chore: disable gorilla/csrf upgrades temporarily
Until gorilla/csrf#186 is fixed
1 parent 66b90e7 commit 1b932ec

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

renovate.json5

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
11
{
2-
$schema: "https://docs.renovatebot.com/renovate-schema.json",
3-
extends: [
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
44
"config:recommended",
55
":semanticCommits",
66
":semanticCommitTypeAll(chore)",
77
":semanticCommitScope(deps)",
88
"group:allNonMajor",
99
"schedule:earlyMondays", // Run once a week.
1010
],
11-
packageRules: [
11+
"packageRules": [
1212
{
13-
matchPackageNames: ["golangci-lint"],
14-
matchManagers: ["hermit"],
15-
enabled: false,
13+
"matchPackageNames": ["golangci-lint"],
14+
"matchManagers": ["hermit"],
15+
"enabled": false
1616
},
17-
],
17+
{
18+
"matchPackageNames": ["github.com/gorilla/csrf"],
19+
"matchManagers": ["gomod"],
20+
"enabled": false
21+
}
22+
]
1823
}

0 commit comments

Comments
 (0)