Skip to content

Commit

Permalink
ci: reduce dependabot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
favonia committed Nov 8, 2023
1 parent 0a70440 commit ab41693
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,20 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
groups:
github-actions:
update-types:
- "major"
- "minor"
- "patch"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
groups:
docker-dependencies:
update-types:
- "major"
- "minor"
- "patch"

0 comments on commit ab41693

Please sign in to comment.