Skip to content

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaaatt committed Jul 15, 2024
1 parent 8246f34 commit 6f8e81c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2
updates:
# Updates for Github Actions used in the repo
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "dev"
schedule:
interval: "monthly"
day: "wednesday"
time: "00:00"

# Updates for Gradle dependencies used in the app
- package-ecosystem: "gradle"
directory: "/"
target-branch: "dev"
schedule:
interval: "monthly"
day: "wednesday"
time: "00:00"
open-pull-requests-limit: 10

0 comments on commit 6f8e81c

Please sign in to comment.