From 121d1a43b664c946611effac2a235176c0705940 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Thu, 19 Feb 2026 16:01:52 -0300 Subject: [PATCH] ci(dependabot): add `examples/` dir to be updated as well --- .github/dependabot.yml | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3b8bfb65716b632d5906cf7947fe6bc9f64df53c..c4806c3c659fc301a70180ccf570e6115467af0c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,10 +17,23 @@ updates: all: patterns: - "*" - ignore: - - dependency-name: github.com/charmbracelet/bubbletea/v2 - versions: - - v2.0.0-beta1 + + - package-ecosystem: "gomod" + directory: "/examples" + schedule: + interval: "weekly" + day: "monday" + time: "05:00" + timezone: "America/New_York" + labels: + - "area: dependencies" + commit-message: + prefix: "chore" + include: "scope" + groups: + all: + patterns: + - "*" - package-ecosystem: "github-actions" directory: "/"