Skip to content

Commit

Permalink
Create dependabot.yaml (fixes #2195) (#2196)
Browse files Browse the repository at this point in the history
Co-authored-by: Omar Ismail <44980219+omarismail94@users.noreply.github.com>
  • Loading branch information
vorburger and omarismail94 committed Oct 6, 2023
1 parent a9b685a commit a71109b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
# Gotta Catch 'Em All! (i.e. don't wait and propose them only "trickled")
open-pull-requests-limit: 99

- package-ecosystem: gradle
directory: /
schedule:
interval: weekly
day: monday
time: "04:00"

- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
day: monday
time: "04:00"

0 comments on commit a71109b

Please sign in to comment.