refactor/dependence: Upgrade Golang version and dependencies. (#322)

* chore: Set up automated package updates with dependabot.
This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ
2024-04-12 19:57:32 +08:00
parent 536f2082f9
commit 06fc064418
12 changed files with 123 additions and 69 deletions
+15
View File
@@ -0,0 +1,15 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
# ignore:
# - dependency-name: "example-package"
# versions: ["2.x.x"]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
open-pull-requests-limit: 5