mirror of
https://github.com/spacebarchat/client.git
synced 2024-11-26 04:02:46 +01:00
13 lines
252 B
YAML
13 lines
252 B
YAML
|
version: 2
|
||
|
updates:
|
||
|
- package-ecosystem: "npm"
|
||
|
directory: "."
|
||
|
schedule:
|
||
|
interval: "daily"
|
||
|
target-branch: "dev"
|
||
|
- package-ecosystem: "cargo"
|
||
|
directory: "src-tauri"
|
||
|
schedule:
|
||
|
interval: "daily"
|
||
|
target-branch: "dev"
|