Added dependabot

* Added dependabot to keep go dependencies & actions updated.
This commit is contained in:
Neo2308 2023-08-08 00:44:46 +05:30
parent 45ef3465a4
commit ce47de17d6
1 changed files with 11 additions and 0 deletions

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

@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"