Skip to content

Commit

Permalink
ci: tweak dependabot groups (#733)
Browse files Browse the repository at this point in the history
* chore: tweak dependabot groups

* chore: add typescript to dependabot "build" group

* chore: remove "clean" script and rimraf dependency
  • Loading branch information
ppvg authored Dec 18, 2024
1 parent c331261 commit 57283f7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 221 deletions.
19 changes: 12 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,17 @@ updates:
schedule:
interval: "weekly"
groups:
svelte:
build:
patterns:
- '@sveltejs/*'
- 'svelte'
- 'svelte-*'
prettier:
- sass
- "svelte"
- "svelte-*"
- "@sveltejs/*"
- typescript
- vite
lint:
patterns:
- 'prettier'
- 'prettier-*'
- "prettier"
- "prettier-*"
- "stylelint"
- "stylelint-*"
4 changes: 1 addition & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --no-tsconfig",
"check:watch": "svelte-kit sync && svelte-check --no-tsconfig --watch",
"clean": "rimraf build .svelte-kit"
"check:watch": "svelte-kit sync && svelte-check --no-tsconfig --watch"
},
"dependencies": {
"@minvws/manon": "workspace:*",
Expand All @@ -22,7 +21,6 @@
"@sveltejs/vite-plugin-svelte": "^5.0.1",
"prettier": "^3.4.1",
"prettier-plugin-svelte": "^3.3.2",
"rimraf": "^6.0.1",
"sass": "^1.81.0",
"svelte": "^5.2.10",
"svelte-check": "^4.1.0",
Expand Down
Loading

0 comments on commit 57283f7

Please sign in to comment.