mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
Merge pull request #6240 from ToolJet/chore/add-dependabot-config
Chore: Explicitly define directories for dependabot
This commit is contained in:
commit
257be22aa1
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