Skip to content

Commit

Permalink
updated dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
kanwalpreetd committed Sep 5, 2024
1 parent 0449080 commit 80d6ae3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
version: 2
updates:
- package-ecosystem: "gradle"
directories:
- "/"
- "/gradle"
schedule:
interval: "weekly"
day: "sunday"
time: "02:00"
open-pull-requests-limit: 2
groups:
minor-and-patch:
applies-to: version-updates
update-types:
- "patch"
- "minor"
major:
applies-to: version-updates
update-types:
- "major"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit 80d6ae3

Please sign in to comment.