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

Chore: Add dependabot.yml
This commit is contained in:
Akshay 2023-05-03 16:02:33 +05:30 committed by GitHub
commit 9013c480ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
dependabot.yml Normal file
View file

@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
exclude:
- path: "docs/**"