Skip to content

Commit

Permalink
ci: group dependencies with Dependabot (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
seqre authored Nov 26, 2023
1 parent b808295 commit 767c5be
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,27 @@ updates:
directory: "/"
schedule:
interval: "monthly"
groups:
dependencies:
update-types:
- "minor"
- "patch"

- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "monthly"
groups:
dependencies:
update-types:
- "minor"
- "patch"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
groups:
dependencies:
patterns:
- "*"

0 comments on commit 767c5be

Please sign in to comment.