Merge pull request #4869 from minrk/dependabot-top

add dependabot config for npm
This commit is contained in:
Simon Li
2024-08-21 15:33:20 +01:00
committed by GitHub

View File

@@ -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