diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 90118723562..d44192f9a89 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -39,6 +39,9 @@ minimumReleaseAge: '252 days', // 6 releases * 6 weeks per release * 7 days per week internalChecksFilter: 'strict', "extractVersion": "^(?\\d+\\.\\d+)", // Drop the patch version + schedule: [ + '* * * * *', + ], }, // Goals: // - Keep version reqs low, ignoring compatible normal/build dependencies diff --git a/deny.toml b/deny.toml index 942e08db9c3..21fa937f35f 100644 --- a/deny.toml +++ b/deny.toml @@ -41,6 +41,7 @@ allow = [ "MPL-2.0", "Unicode-DFS-2016", "CC0-1.0", + "ISC", ] # List of explicitly disallowed licenses # See https://spdx.org/licenses/ for list of possible licenses @@ -88,7 +89,7 @@ ignore = true # Lint level for when multiple versions of the same crate are detected multiple-versions = "warn" # Lint level for when a crate version requirement is `*` -wildcards = "deny" +wildcards = "warn" # The graph highlighting used when creating dotgraphs for crates # with multiple versions # * lowest-version - The path to the lowest versioned duplicate is highlighted