Create dependabot.yml

pull/2049/head
包子 3 years ago committed by GitHub
parent 944d480f78
commit c304680444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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