Skip to content

Commit

Permalink
chore: Add dependabot groups (#2140)
Browse files Browse the repository at this point in the history
* Add dependabot groups.

* Use default for applies-to.
  • Loading branch information
cmaddox5 authored Aug 27, 2024
1 parent 321d7ce commit e2a5f4d
Showing 1 changed file with 52 additions and 12 deletions.
64 changes: 52 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,54 @@
version: 2
updates:
- package-ecosystem: mix
directory: "/"
schedule:
interval: daily
time: "10:00"
open-pull-requests-limit: 10
- package-ecosystem: npm
directory: "/assets"
schedule:
interval: daily
time: "10:00"
open-pull-requests-limit: 10
- package-ecosystem: mix
directory: "/"
schedule:
interval: daily
time: "10:00"
open-pull-requests-limit: 10
groups:
mix-patches:
patterns:
- "*"
update-types:
- "patch"
- package-ecosystem: npm
directory: "/assets"
schedule:
interval: daily
time: "10:00"
open-pull-requests-limit: 10
groups:
npm-patches:
patterns:
- "*"
update-types:
- "patch"
eslint:
patterns:
- "eslint*"
- "@typescript-eslint*"
- "@eslint*"
react:
patterns:
- "react*"
- "@types/react*"
testing-tools:
patterns:
- "ts-jest"
- "jest*"
- "@jest*"
babel:
patterns:
- "babel*"
- "@babel*"
webpack:
patterns:
- "webpack*"
- "*webpack-plugin"
- "@svgr/webpack"
- "@types/webpack-env"
- "*-loader"
moment:
patterns:
- "moment*"

0 comments on commit e2a5f4d

Please sign in to comment.