mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 15:03:02 +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
|
interval: monthly
|
||||||
time: "05:00"
|
time: "05:00"
|
||||||
timezone: Etc/UTC
|
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