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: "/"