File tree 4 files changed +0
-120
lines changed
4 files changed +0
-120
lines changed Original file line number Diff line number Diff line change 41
41
// eventually true?
42
42
}
43
43
} ,
44
- // npm by itself for non-major >= 1.0.0
45
- {
46
- "matchCurrentVersion" : ">= 1.0.0" ,
47
- "matchManagers" : [
48
- "npm"
49
- ] ,
50
- "matchUpdateTypes" : [
51
- "minor" ,
52
- "patch" ,
53
- "pin" ,
54
- "digest"
55
- ] ,
56
- "groupName" : "all npm non-major packages >= 1.0" ,
57
- "groupSlug" : "npm-all-non-major-gte-1.0" ,
58
- "automerge" : false ,
59
- } ,
60
44
// cargo by itself for non-major >= 1.0.0
61
45
{
62
46
"matchCurrentVersion" : ">= 1.0.0" ,
73
57
"groupSlug" : "cargo-all-non-major-gte-1.0" ,
74
58
"automerge" : false ,
75
59
} ,
76
- // We'll review these in a PR of their own since it has the most direct runtime
77
- // implications on users that we'd like to be very intentional about.
78
- {
79
- "matchPackagePrefixes" : [
80
- "deno_"
81
- ] ,
82
- "groupName" : "deno updates" ,
83
- "groupSlug" : "rust-deno-updates" ,
84
- "matchManagers" : [
85
- "cargo"
86
- ] ,
87
- "automerge" : false
88
- } ,
89
60
// CentOS 8 is EOL, but 7 lives on.
90
61
{
91
62
"matchPackageNames" : [
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments