Skip to content

Commit

Permalink
Merge pull request #90 from MeltanoLabs/edgarrmondragon-patch-1
Browse files Browse the repository at this point in the history
chore: Group dependabot updates
  • Loading branch information
edgarrmondragon authored Jul 5, 2024
2 parents b694ff2 + 38dc329 commit ae9a41f
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,35 @@ updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: "daily"
interval: weekly
commit-message:
prefix: "chore(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: pip
directory: "/.github/workflows"
schedule:
interval: daily
interval: weekly
commit-message:
prefix: "ci: "
groups:
ci:
patterns:
- "*"
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: "weekly"
interval: weekly
commit-message:
prefix: "ci: "
groups:
actions:
patterns:
- "*"

0 comments on commit ae9a41f

Please sign in to comment.