mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 06:52:59 +00:00
Merge pull request #4869 from minrk/dependabot-top
add dependabot config for npm
This commit is contained in:
22
.github/dependabot.yaml
vendored
22
.github/dependabot.yaml
vendored
@@ -14,3 +14,25 @@ updates:
|
||||
interval: monthly
|
||||
time: "05:00"
|
||||
timezone: Etc/UTC
|
||||
- package-ecosystem: npm
|
||||
directory: /
|
||||
groups:
|
||||
# one big pull request
|
||||
npm:
|
||||
patterns:
|
||||
- "*"
|
||||
schedule:
|
||||
interval: monthly
|
||||
time: "05:00"
|
||||
timezone: Etc/UTC
|
||||
- package-ecosystem: npm
|
||||
directory: /jsx
|
||||
groups:
|
||||
# one big pull request
|
||||
jsx:
|
||||
patterns:
|
||||
- "*"
|
||||
schedule:
|
||||
interval: monthly
|
||||
time: "05:00"
|
||||
timezone: Etc/UTC
|
||||
|
Reference in New Issue
Block a user