1
0
mirror of https://github.com/spacebarchat/client.git synced 2024-11-22 10:22:30 +01:00
client/.github/dependabot.yml
2024-05-07 21:50:40 -04:00

13 lines
254 B
YAML

version: 2
updates:
- package-ecosystem: "npm"
directory: "."
schedule:
interval: "weekly"
target-branch: "dev"
- package-ecosystem: "cargo"
directory: "src-tauri"
schedule:
interval: "weekly"
target-branch: "dev"