1
0
mirror of https://github.com/spacebarchat/client.git synced 2024-11-26 04:02:46 +01:00
client/.github/dependabot.yml
2024-04-01 14:36:01 -04:00

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"