Skip to content

Commit

Permalink
chore: Group dependabot updates (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jul 8, 2024
1 parent 054e49d commit a8c7851
Showing 1 changed file with 27 additions and 3 deletions.
30 changes: 27 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,46 @@ updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: daily
interval: weekly
time: "12:00"
timezone: "UTC"
reviewers: [meltano/engineering]
labels: [dependencies]
commit-message:
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:
- "minor"
- "patch"
- package-ecosystem: pip
directory: "/.github/workflows"
schedule:
interval: daily
interval: weekly
time: "12:00"
timezone: "UTC"
reviewers: [meltano/engineering]
labels: [dependencies]
commit-message:
prefix: "ci: "
groups:
ci:
patterns:
- "*"
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
interval: monthly
reviewers: [meltano/engineering]
labels: [dependencies]
commit-message:
prefix: "ci: "
groups:
actions:
patterns:
- "*"

0 comments on commit a8c7851

Please sign in to comment.