Skip to content

Commit

Permalink
Dependabot docker group
Browse files Browse the repository at this point in the history
  • Loading branch information
pavetok committed Mar 16, 2024
1 parent 7e39ee0 commit fa55a20
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
updates:
- package-ecosystem: "maven"
directory: "/"
open-pull-requests-limit: 10
open-pull-requests-limit: 5
schedule:
interval: "daily"
groups:
Expand All @@ -13,9 +13,6 @@ updates:
junit-platform:
patterns:
- "org.junit*"
fasterxml-jackson:
patterns:
- "com.fasterxml.jackson*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand All @@ -24,6 +21,10 @@ updates:
directory: "/.github/actions/setup-gear"
schedule:
interval: "weekly"
groups:
docker:
patterns:
- "docker/*"
- package-ecosystem: "docker"
directory: "/db/postgres"
schedule:
Expand Down

0 comments on commit fa55a20

Please sign in to comment.