Skip to content

Commit

Permalink
chore: Group runtime dependency updates (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jul 5, 2024
1 parent d29feb2 commit ed4744c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,21 @@ updates:
prefix: "feat(deps): "
prefix-development: "chore(deps-dev): "
versioning-strategy: increase-if-necessary
groups:
development-dependencies:
dependency-type: development
runtime-dependencies:
dependency-type: production
update-types:
- "patch"
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: "monthly"
time: "12:00"
commit-message:
prefix: "ci: "
groups:
actions:
patterns:
- "*"

0 comments on commit ed4744c

Please sign in to comment.