Skip to content

Commit

Permalink
Configure dependabot to run weekly and target the dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Bdegraaf1234 committed Apr 23, 2024
1 parent b38ec53 commit 342d128
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ updates:
- package-ecosystem: gradle
directory: "/"
schedule:
interval: daily
interval: weekly
open-pull-requests-limit: 10
target-branch: "dev"
ignore:
- dependency-name: com.opencsv:opencsv
versions:
- "5.3"
- "5.4"

0 comments on commit 342d128

Please sign in to comment.