Skip to content

Commit

Permalink
Group Dependabot Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
0x46616c6b committed Jan 1, 2024
1 parent 1e2f7c4 commit 96f913c
Showing 1 changed file with 46 additions and 6 deletions.
52 changes: 46 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,54 @@ updates:
directory: "/"
schedule:
interval: "monthly"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
groups:
react:
patterns:
- "@tanstack/*"
- "@types/react"
- "@types/react-helmet"
- "react"
- "react-*"
mui:
patterns:
- "@emotion/*"
- "@fontsource/*"
- "@fortawesome/*"
- "@mui/*"
development:
patterns:
- "@babel/*"
- "@testing-library/*"
- "@types/*"
- "@typescript-eslint/*"
- "babel-*"
- "css-loader"
- "cssnano"
- "dotenv"
- "dotenv-*"
- "eslint"
- "eslint-*"
- "file-loader"
- "html-webpack-plugin"
- "identity-obj-proxy"
- "jest"
- "jest-*"
- "postcss"
- "postcss-*"
- "prettier"
- "prettier-*"
- "resolve"
- "resolove-url-loader"
- "style-loader"
- "terser-webpack-plugin"
- "ts-*"
- "typescript"
- "typescript-*"
- "url-loader"
- "webpack"
- "webpack-*"

0 comments on commit 96f913c

Please sign in to comment.