Skip to content

Commit

Permalink
chore: dependabot - group ords-remix-jwt template dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
oiramS committed Sep 24, 2024
1 parent 48e7b5a commit cbada6c
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,50 @@ updates:
- "templates-vue"
commit-message:
prefix: fix(deps)

- package-ecosystem: "npm"
directory: "/templates/ords-remix-jwt-sample/"
schedule:
interval: "monthly"
groups:
ords-remix-dependencies:
patterns:
- "@remix*"
update-types:
- "major"
- "minor"
- "patch"
ords-mui-dependencies:
patterns:
- "@mui*"
update-types:
- "major"
- "minor"
- "patch"
ords-react-dependencies:
patterns:
- "react"
- "react-dom"
update-types:
- "major"
- "minor"
- "patch"
ords-emotion-dependencies:
patterns:
- "@emotion*"
update-types:
- "major"
- "minor"
- "patch"
ords-embla-dependencies:
patterns:
- "embla*"
update-types:
- "major"
- "minor"
- "patch"
labels:
- "dependencies"
- "templates-ords-remix"
commit-message:
prefix: fix(deps)

0 comments on commit cbada6c

Please sign in to comment.