ci: configure dependabot scanning & PR generation (#1261)

This commit is contained in:
James Hegedus 2022-06-23 11:16:20 +10:00 committed by GitHub
parent 6873a946ae
commit b1842b1b8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,17 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
reviewers:
- "jthegedus"
- "stratus3d"
# Maintain dependencies for npm used in Documentation site
- package-ecosystem: "npm"
directory: "/docs"
schedule:
interval: "weekly"
reviewers:
- "jthegedus"