Create dependabot.yml

status-code-override
包子 3 years ago committed by chenzhihui
parent 57a935c8d1
commit c65bf30b04
  1. 15
      .github/dependabot.yml

@ -0,0 +1,15 @@
---
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: npm
directory: "/javascript"
schedule:
interval: daily
- package-ecosystem: bundler
directory: "/ruby"
schedule:
interval: weekly
Loading…
Cancel
Save