Skip to content

Commit

Permalink
Merge pull request #120 from oracle/dependabot-ords-sample
Browse files Browse the repository at this point in the history
chore: dependabot - group ords-remix-jwt template dependencies
  • Loading branch information
dbtools-antcampo authored Sep 26, 2024
2 parents c927532 + cbada6c commit dabf3d4
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 dabf3d4

Please sign in to comment.