Enable weekly Dependabot updates for "gomod" ecosystem (#18)

This commit is contained in:
Nikolay Edigaryev 2025-07-23 15:02:46 +02:00 committed by GitHub
parent 43606ef0d8
commit da93422e7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 0 deletions

10
.github/dependabot.yaml vendored Normal file
View File

@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
groups:
all-updates:
patterns:
- "*"