ci: enable Dependabot for website, submodules, and GitHub Actions (#2424)

This commit is contained in:
ylemkimon
2020-08-17 13:21:52 +09:00
committed by GitHub
parent 1825aaf040
commit 2f87ffda00
2 changed files with 18 additions and 0 deletions

View File

@@ -7,3 +7,17 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/website/"
schedule:
interval: "daily"
- package-ecosystem: "gitsubmodule"
directory: "/" # Location of .gitmodules
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/" # Location of .github
schedule:
interval: "daily"