Skip to content

Commit

Permalink
Merge pull request #94 from bci-oss/feature/adjust-dependabot-limit-5
Browse files Browse the repository at this point in the history
Adjust dependabot to open max. 5 PR
  • Loading branch information
tunacicek authored Jan 23, 2024
2 parents 5de66ec + dc648d1 commit aa97fc4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ updates:
# Maintain dependencies for Maven
- package-ecosystem: "maven"
directory: "/"
open-pull-requests-limit: 5
schedule:
interval: "weekly"
day: "monday"
Expand All @@ -30,6 +31,7 @@ updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
open-pull-requests-limit: 5
schedule:
interval: "weekly"
day: "monday"
Expand All @@ -38,6 +40,7 @@ updates:
# Maintain dependencies for Docker
- package-ecosystem: "docker"
directory: "/"
open-pull-requests-limit: 5
schedule:
interval: "weekly"
day: "monday"
Expand Down

0 comments on commit aa97fc4

Please sign in to comment.