Skip to content

Commit

Permalink
chore: Group dependabot updates (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jul 6, 2024
1 parent eca1cec commit a499032
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
version: 2
updates:
- package-ecosystem: "pip"
versioning-strategy: increase-if-necessary
directory: "/"
schedule:
interval: "weekly"
Expand All @@ -16,6 +17,16 @@ updates:
- "pnadolny13"
labels:
- "dependencies"
commit-message:
prefix: "feat(deps): "
prefix-development: "chore(deps-dev): "
groups:
development-dependencies:
dependency-type: development
runtime-dependencies:
dependency-type: production
update-types:
- "patch"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand All @@ -27,3 +38,9 @@ updates:
- "pnadolny13"
labels:
- "dependencies"
commit-message:
prefix: "ci: "
groups:
actions:
patterns:
- "*"

0 comments on commit a499032

Please sign in to comment.