mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
ci: configure dependabot scanning & PR generation (#1261)
This commit is contained in:
parent
6873a946ae
commit
b1842b1b8e
17
.github/dependabot.yml
vendored
Normal file
17
.github/dependabot.yml
vendored
Normal 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"
|
Loading…
Reference in New Issue
Block a user