Merge pull request #6240 from ToolJet/chore/add-dependabot-config

Chore: Explicitly define directories for dependabot
This commit is contained in:
Akshay 2023-05-03 18:38:45 +05:30 committed by GitHub
commit 257be22aa1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,21 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
directory: "/server"
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/frontend"
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/plugins"
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/marketplace"
schedule:
interval: "daily"
exclude:
- path: "docs/**"