chore: add dependabot

This commit is contained in:
Steven 2024-04-16 07:40:29 +08:00
parent c61aa8020a
commit 80e52829fa

26
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,26 @@
version: 2
updates:
- package-ecosystem: "github-actions"
commit-message:
prefix: "chore"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: npm
commit-message:
prefix: "chore"
directory: "/frontend/web"
schedule:
interval: "weekly"
- package-ecosystem: npm
commit-message:
prefix: "chore"
directory: "/frontend/extension"
schedule:
interval: "weekly"
- package-ecosystem: "gomod"
commit-message:
prefix: "chore"
directory: "/"
schedule:
interval: "weekly"