From 98ee4dd94830d9e67607f498567e569ce183c49a Mon Sep 17 00:00:00 2001 From: Gianluca Boiano Date: Mon, 26 Jan 2026 21:22:26 +0100 Subject: [PATCH] Add Dependabot configuration for automated updates --- .github/dependabot.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..662e569 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,23 @@ +version: 2 +updates: + - package-ecosystem: gomod + directory: / + schedule: + interval: weekly + day: monday + open-pull-requests-limit: 10 + groups: + golang-x: + patterns: + - "golang.org/x/*" + fyne: + patterns: + - "fyne.io/*" + - "github.com/fyne-io/*" + + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + day: monday + open-pull-requests-limit: 5