mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 13:37:28 +00:00
explicitly define directories for dependabot
This commit is contained in:
parent
772774a0cd
commit
40f92ed95d
1 changed files with 16 additions and 3 deletions
|
|
@ -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/**"
|
||||
|
|
|
|||
Loading…
Reference in a new issue