mirror of
https://github.com/usememos/memos.git
synced 2025-10-21 11:46:30 +08:00
chore: add dependabot
This commit is contained in:
parent
97cfab1758
commit
ec67f1b3c9
1 changed files with 20 additions and 0 deletions
20
.github/dependabot.yml
vendored
Normal file
20
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
commit-message:
|
||||||
|
prefix: "chore"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
||||||
|
- package-ecosystem: npm
|
||||||
|
commit-message:
|
||||||
|
prefix: "chore"
|
||||||
|
directory: "/web"
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
||||||
|
- package-ecosystem: "gomod"
|
||||||
|
commit-message:
|
||||||
|
prefix: "chore"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
Loading…
Add table
Reference in a new issue