mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-07 17:41:21 +03:00
Add github-actions to dependabot
This commit is contained in:
parent
ea6526f81c
commit
449d3459e6
16
.github/dependabot.yml
vendored
16
.github/dependabot.yml
vendored
@ -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:
|
||||
@ -24,4 +24,14 @@ updates:
|
||||
directory: "/docs"
|
||||
schedule:
|
||||
interval: "monthly"
|
||||
day: "tuesday"
|
||||
day: "tuesday"
|
||||
- package-ecosystem: "docker"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
day: "wednesday"
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
day: "thursday"
|
Loading…
Reference in New Issue
Block a user