Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell committed Nov 25, 2024
1 parent d4ea8d6 commit 62b4826
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ updates:
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
day: "tuesday"
time: "04:00"
reviewers:
- sethonyango
- mburumaxwell
ignore:
# Ignore patch updates for some packages
- dependency-name: "com.android.tools.build*"
Expand All @@ -18,11 +18,11 @@ updates:
update-types: ["version-update:semver-patch"]
- dependency-name: "com.google.firebase*"
update-types: ["version-update:semver-patch"]
open-pull-requests-limit: 20
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
interval: "monthly"
time: "02:00"
reviewers:
- sethonyango
- mburumaxwell

0 comments on commit 62b4826

Please sign in to comment.