File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 39
39
minimumReleaseAge : '252 days' , // 6 releases * 6 weeks per release * 7 days per week
40
40
internalChecksFilter : 'strict' ,
41
41
"extractVersion" : "^(?<version>\\d+\\.\\d+)" , // Drop the patch version
42
+ schedule : [
43
+ '* * * * *' ,
44
+ ] ,
42
45
} ,
43
46
// Goals:
44
47
// - Keep version reqs low, ignoring compatible normal/build dependencies
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ allow = [
41
41
" MPL-2.0" ,
42
42
" Unicode-DFS-2016" ,
43
43
" CC0-1.0" ,
44
+ " ISC" ,
44
45
]
45
46
# List of explicitly disallowed licenses
46
47
# See https://spdx.org/licenses/ for list of possible licenses
@@ -88,7 +89,7 @@ ignore = true
88
89
# Lint level for when multiple versions of the same crate are detected
89
90
multiple-versions = " warn"
90
91
# Lint level for when a crate version requirement is `*`
91
- wildcards = " deny "
92
+ wildcards = " warn "
92
93
# The graph highlighting used when creating dotgraphs for crates
93
94
# with multiple versions
94
95
# * lowest-version - The path to the lowest versioned duplicate is highlighted
You can’t perform that action at this time.
0 commit comments