Skip to content

Commit cb2d2bc

Browse files
committed
chore: Update from '_rust/main'
2 parents 813298e + 4173c8f commit cb2d2bc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/renovate.json5

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
minimumReleaseAge: '252 days', // 6 releases * 6 weeks per release * 7 days per week
4040
internalChecksFilter: 'strict',
4141
"extractVersion": "^(?<version>\\d+\\.\\d+)", // Drop the patch version
42+
schedule: [
43+
'* * * * *',
44+
],
4245
},
4346
// Goals:
4447
// - Keep version reqs low, ignoring compatible normal/build dependencies

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)