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"