Skip to content

Commit

Permalink
chore: dependency update
Browse files Browse the repository at this point in the history
Signed-off-by: Oleh Astappiev <[email protected]>
  • Loading branch information
astappiev committed Oct 9, 2024
1 parent 8e5ea65 commit 267b644
Show file tree
Hide file tree
Showing 5 changed files with 471 additions and 683 deletions.
21 changes: 21 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,37 @@ updates:
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
groups:
maven-minor:
applies-to: version-updates
patterns:
- "*"
update-types:
- "patch"
- "minor"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
groups:
npm-minor:
applies-to: version-updates
patterns:
- "*"
update-types:
- "patch"
- "minor"

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

- package-ecosystem: "docker"
directory: "/"
Expand Down
Loading

0 comments on commit 267b644

Please sign in to comment.