mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
Merge pull request #6234 from ToolJet/chore/add-dependabot-config
Chore: Add dependabot.yml
This commit is contained in:
commit
9013c480ad
1 changed files with 8 additions and 0 deletions
8
dependabot.yml
Normal file
8
dependabot.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
exclude:
|
||||
- path: "docs/**"
|
||||
Loading…
Reference in a new issue