mirror of https://github.com/artf/grapesjs.git
4 changed files with 8 additions and 7 deletions
@ -1,7 +1,7 @@ |
|||
version: 2 |
|||
|
|||
updates: |
|||
- package-ecosystem: "npm" |
|||
directory: "/packages" |
|||
- package-ecosystem: 'npm' |
|||
directory: '/' |
|||
schedule: |
|||
interval: "weekly" |
|||
interval: 'weekly' |
|||
|
|||
@ -1,2 +1,3 @@ |
|||
./packages/core/docs/api/*.md |
|||
**/dist/ |
|||
*.md |
|||
dist/ |
|||
pnpm-lock.yaml |
|||
@ -1,2 +1,2 @@ |
|||
packages: |
|||
- "packages/**" |
|||
- 'packages/**' |
|||
|
|||
Loading…
Reference in new issue