1
0
mirror of https://github.com/spacebarchat/client.git synced 2024-11-22 02:12:38 +01:00

Create dependabot.yml

This commit is contained in:
Puyodead1 2024-04-01 14:36:01 -04:00 committed by GitHub
parent 23c4458f08
commit b5064031eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

12
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,12 @@
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"