Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #67 from christoff-linde/66-update-dependabot-conf…
Browse files Browse the repository at this point in the history
…ig-to-group-updates

66 update dependabot config to group updates
  • Loading branch information
christoff-linde authored Mar 11, 2024
2 parents b128fe1 + f71a668 commit 498092a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,22 @@ updates:
- package-ecosystem: "cargo" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
interval: "weekly"
labels:
- "cargo"
- "dependencies"
commit-message:
prefix: "cargo "
include: "scope"
groups:
prod-deps:
dependency-type: "production"
dev-deps:
dependency-type: "development"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
labels:
- "docker"
- "dependencies"
Expand Down

0 comments on commit 498092a

Please sign in to comment.