memos/.github/dependabot.yml

21 lines
424 B
YAML
Raw Permalink Normal View History

2024-04-10 18:24:17 +03:00
version: 2
updates:
- package-ecosystem: "github-actions"
commit-message:
prefix: "chore"
directory: "/"
schedule:
interval: "monthly"
2024-04-10 18:24:17 +03:00
- package-ecosystem: npm
commit-message:
prefix: "chore"
directory: "/web"
schedule:
interval: "monthly"
2024-04-10 18:24:17 +03:00
- package-ecosystem: "gomod"
commit-message:
prefix: "chore"
directory: "/"
schedule:
interval: "monthly"