File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 3636 ] ,
3737 minimumReleaseAge : '126 days' , // 3 releases * 6 weeks per release * 7 days per week
3838 internalChecksFilter : 'strict' ,
39+ "extractVersion" : "^(?<version>\\d+\\.\\d+)" , // Drop the patch version
40+ schedule : [
41+ '* * * * *' ,
42+ ] ,
3943 } ,
4044 // Goals:
4145 // - Rollup safe upgrades to reduce CI runner load
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ allow = [
4141 " MPL-2.0" ,
4242 " Unicode-DFS-2016" ,
4343 " CC0-1.0" ,
44+ " ISC" ,
4445]
4546# List of explicitly disallowed licenses
4647# See https://spdx.org/licenses/ for list of possible licenses
@@ -88,7 +89,7 @@ ignore = true
8889# Lint level for when multiple versions of the same crate are detected
8990multiple-versions = " warn"
9091# Lint level for when a crate version requirement is `*`
91- wildcards = " deny "
92+ wildcards = " warn "
9293# The graph highlighting used when creating dotgraphs for crates
9394# with multiple versions
9495# * lowest-version - The path to the lowest versioned duplicate is highlighted
You can’t perform that action at this time.
0 commit comments