mirror of https://github.com/usememos/memos
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
424 B
YAML
21 lines
424 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
commit-message:
|
|
prefix: "chore"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
- package-ecosystem: npm
|
|
commit-message:
|
|
prefix: "chore"
|
|
directory: "/web"
|
|
schedule:
|
|
interval: "monthly"
|
|
- package-ecosystem: "gomod"
|
|
commit-message:
|
|
prefix: "chore"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|