Skip to content

Commit

Permalink
ci(Workspace): 👷 Added more general groups for dependabot PR's
Browse files Browse the repository at this point in the history
Also removed completely unused package ts-node-dev
  • Loading branch information
Joery-M committed Jul 1, 2024
1 parent c305884 commit 367d66a
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 200 deletions.
64 changes: 56 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,72 @@ updates:
schedule:
interval: weekly
groups:
minor:
patterns:
- "@codemirror/lang-javascript"
- "@endo/static-module-record"
- "@quantco/pnpm-licenses"
- "@tsconfig/node20"
- "fuzzysearch"
- "luxon"
- "mediainfo.js"
- "strip-ansi"
- "uuid"
update-types:
- "major"
- "minor"
types:
patterns:
- "@babel/types"
- "@types/*"
build-tools:
patterns:
- "@vitejs/plugin-vue"
- "@vue/*"
- "autoprefixer"
- "browserslist"
- "lightningcss"
- "postcss"
- "rimraf"
- "rollup-plugin-visualizer"
- "sass"
- "tailwindcss"
- "tsx"
- "unplugin-turbo-console"
- "vite-*"
- "vite"
vitest:
patterns:
- "@vitest/*"
- "fake-indexeddb"
- "happy-dom"
- "playwright"
- "timer-shim"
- "vitest"
vue:
patterns:
- "vue"
- "vue-tsc"
- "@vue/*"
- "@babel/types"
- "unplugin-vue-router"
- "vue-*"
- "vue"
vueuse:
patterns:
- "@vueuse/*"
eslint:
update-types:
- "patch"
- "minor"
patterns:
- "@eslint*"
- "@typescript-eslint/*"
- "eslint-*"
- "eslint"
- "typescript-eslint"
update-types:
- "patch"
- "minor"
prettier:
patterns:
- "prettier*"
update-types:
- "patch"
- "minor"
ignore:
- dependency-name: "@safelight/*"
- dependency-name: "@types/node"
update-types: ["version-update:semver-patch"]
1 change: 0 additions & 1 deletion packages/safelight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
"sass": "^1.77.4",
"strip-ansi": "^7.1.0",
"tailwindcss": "^3.4.3",
"ts-node-dev": "^2.0.0",
"tsx": "^4.15.5",
"typescript": "^5.4.5",
"unplugin-turbo-console": "^1.8.6",
Expand Down
Loading

0 comments on commit 367d66a

Please sign in to comment.