Skip to content

Commit ace3c10

Browse files
committed
chore: Update from '_rust/main'
2 parents ec91c12 + 4173c8f commit ace3c10

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/renovate.json5

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
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

deny.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
8990
multiple-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

0 commit comments

Comments
 (0)