From 6c144a038f476c81521523973e005d8371f32131 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=96R=C3=96K=20Attila?= Date: Wed, 15 May 2024 18:43:52 +0200 Subject: [PATCH] github: Add a Dependabot group just for bumping Cargo.lock Hopefully, now that it runs on GHA infra, it won't timeout. --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6f99f3893..6ea93c9b2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -42,6 +42,12 @@ updates: update-types: - "minor" - "patch" + cargo-lock: + patterns: + - "*" + update-types: + - "all" + dependency-type: "indirect" ignore: - dependency-name: "tracing-tracy" - dependency-name: "tracy-client"