From 5617a36fe9687b0826afeafea239fc7ff6c553ad Mon Sep 17 00:00:00 2001 From: o2sh Date: Mon, 8 Jan 2024 23:44:43 +0100 Subject: [PATCH] group gix updates #1245 --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 33ea36b72..202ec89b2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,10 @@ updates: patterns: - "clap" - "clap_*" + gix: + patterns: + - "gix" + - "gix_*" schedule: interval: "weekly" - package-ecosystem: "github-actions"