Add github-actions to dependabot

This commit is contained in:
Reckless_Satoshi 2023-05-02 11:52:38 -07:00
parent ea6526f81c
commit 449d3459e6
No known key found for this signature in database
GPG Key ID: 9C4585B561315571

View File

@ -4,12 +4,12 @@ updates:
directory: "/mobile"
schedule:
interval: "weekly"
day: "friday"
day: "saturday"
- package-ecosystem: "npm"
directory: "/frontend"
schedule:
interval: "weekly"
day: "saturday"
day: "friday"
- package-ecosystem: "gradle"
directory: "/mobile/android"
schedule:
@ -25,3 +25,13 @@ updates:
schedule:
interval: "monthly"
day: "tuesday"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
day: "wednesday"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "thursday"