From fa1cd12de9d3886268c69244cc8397621eb7151f Mon Sep 17 00:00:00 2001 From: Thibault Meunier Date: Mon, 29 Jun 2026 15:17:42 +0200 Subject: [PATCH] Cover Python and Go examples in Dependabot --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ff8dac1..fd929fb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -42,6 +42,20 @@ updates: - "*" multi-ecosystem-group: examples + - package-ecosystem: uv + directories: + - "/examples/*" + patterns: + - "*" + multi-ecosystem-group: examples + + - package-ecosystem: gomod + directories: + - "/examples/*" + patterns: + - "*" + multi-ecosystem-group: examples + - package-ecosystem: github-actions directory: "/" schedule: