Add Dependabot configuration for automated updates

This commit is contained in:
Gianluca Boiano
2026-01-26 22:30:12 +01:00
parent c692fbf1ee
commit 98ee4dd948
+23
View File
@@ -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