Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahesh-Binayak authored Dec 19, 2024
1 parent 43173bb commit e98cd78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: 2
updates:
- package-ecosystem: "maven"
directory: "/" # Adjust if pom.xml is in a subdirectory
directory: "/"
schedule:
interval: "weekly" # Options: daily, weekly, monthly
interval: "daily"
target-branch: "develop"
open-pull-requests-limit: 5 # Optional: Limit the number of open PRs
open-pull-requests-limit: 50

0 comments on commit e98cd78

Please sign in to comment.