Skip to content

Commit

Permalink
ci: group dependabot
Browse files Browse the repository at this point in the history
Signed-off-by: Sertac Ozercan <[email protected]>
  • Loading branch information
sozercan committed Jan 22, 2024
1 parent 3b94b36 commit 2c40ff4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@ updates:
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
actions-all:
patterns:
- "*"

- package-ecosystem: docker
directory: /
schedule:
interval: daily
interval: "weekly"

0 comments on commit 2c40ff4

Please sign in to comment.