diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 93ddbb1..e13e2e6 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -8,9 +8,9 @@ jobs: name: cargo test runs-on: docker steps: - - uses: https://code.forgejo.org/actions/checkout@v4 + - uses: https://code.forgejo.org/actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - - uses: https://github.com/oxsecurity/megalinter@v8 + - uses: https://github.com/oxsecurity/megalinter@e08c2b05e3dbc40af4c23f41172ef1e068a7d651 # v8 env: MEGALINTER_FLAVOR: cupcake GITHUB_SERVER_URL: https://forgejo.wizeazz.nl diff --git a/Cargo.lock b/Cargo.lock index ff4edba..714526a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -80,9 +80,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.5.39" +version = "4.5.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd60e63e9be68e5fb56422e397cf9baddded06dae1d2e523401542383bc72a9f" +checksum = "40b6887a1d8685cebccf115538db5c0efe625ccac9696ad45c409d96566e910f" dependencies = [ "clap_builder", "clap_derive", @@ -90,9 +90,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.39" +version = "4.5.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89cc6392a1f72bbeb820d71f32108f61fdaf18bc526e1d23954168a67759ef51" +checksum = "e0c66c08ce9f0c698cbce5c0279d0bb6ac936d8674174fe48f736533b964f59e" dependencies = [ "anstream", "anstyle", @@ -102,9 +102,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.32" +version = "4.5.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7" +checksum = "d2c7947ae4cc3d851207c1adb5b5e260ff0cca11446b1d6d1423788e442257ce" dependencies = [ "heck", "proc-macro2", diff --git a/renovate.json b/renovate.json index 7293163..d4c2a8d 100644 --- a/renovate.json +++ b/renovate.json @@ -1,21 +1,46 @@ { - "extends": ["config:best-practices"], + "extends": [ + "config:best-practices" + ], "packageRules": [ { - "matchUpdateTypes": ["minor", "patch", "pin", "digest"], + "matchUpdateTypes": [ + "minor", + "patch", + "pin", + "digest" + ], "automerge": false }, { - "matchPackagePatterns": ["^actions/checkout"], - "matchUpdateTypes": ["minor", "patch", "digest"] + "matchUpdateTypes": [ + "minor", + "patch", + "digest" + ], + "matchPackageNames": [ + "/^actions/checkout/" + ] }, { - "matchPackagePatterns": ["^https://github.com/oxsecurity/megalinter"], - "matchUpdateTypes": ["minor", "patch", "digest"] + "matchUpdateTypes": [ + "minor", + "patch", + "digest" + ], + "matchPackageNames": [ + "/^https://github.com/oxsecurity/megalinter/" + ] }, { - "matchPackagePatterns": ["^https://github.com/wackbyte/rust-toolchain"], - "matchUpdateTypes": ["minor", "patch", "digest"] + "matchUpdateTypes": [ + "minor", + "patch", + "digest" + ], + "matchPackageNames": [ + "/^https://github.com/wackbyte/rust-toolchain/" + ] } ], "osvVulnerabilityAlerts": true