File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- $schema : "https://docs.renovatebot.com/renovate-schema.json" ,
3
- extends : [
2
+ " $schema" : "https://docs.renovatebot.com/renovate-schema.json" ,
3
+ " extends" : [
4
4
"config:recommended" ,
5
5
":semanticCommits" ,
6
6
":semanticCommitTypeAll(chore)" ,
7
7
":semanticCommitScope(deps)" ,
8
8
"group:allNonMajor" ,
9
9
"schedule:earlyMondays" , // Run once a week.
10
10
] ,
11
- packageRules : [
11
+ " packageRules" : [
12
12
{
13
- matchPackageNames : [ "golangci-lint" ] ,
14
- matchManagers : [ "hermit" ] ,
15
- enabled : false ,
13
+ " matchPackageNames" : [ "golangci-lint" ] ,
14
+ " matchManagers" : [ "hermit" ] ,
15
+ " enabled" : false
16
16
} ,
17
- ] ,
17
+ {
18
+ "matchPackageNames" : [ "github.com/gorilla/csrf" ] ,
19
+ "matchManagers" : [ "gomod" ] ,
20
+ "enabled" : false
21
+ }
22
+ ]
18
23
}
You can’t perform that action at this time.
0 commit comments