mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 02:46:28 +00:00
Fix dependabot to increase versions in package.json too
This commit is contained in:
parent
19c3875849
commit
449a55de7b
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
@ -5,11 +5,13 @@ updates:
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
day: "saturday"
|
||||
versioning-strategy: increase
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/frontend"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
day: "friday"
|
||||
versioning-strategy: increase
|
||||
- package-ecosystem: "gradle"
|
||||
directory: "/mobile/android"
|
||||
schedule:
|
||||
|
Loading…
Reference in New Issue
Block a user