chore(CI): add rust and ts CI and release pipelines

Add dependabot config which autoupdates dependencies
add release config which creates a release based on tag push

Added rust and typescript ci integrations
This commit is contained in:
Rodney Osodo
2025-06-11 09:44:21 +03:00
parent 9ba713b910
commit 73157d1c6c
5 changed files with 174 additions and 1 deletions
+31
View File
@@ -0,0 +1,31 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "./.github/workflows"
schedule:
interval: "monthly"
day: "sunday"
groups:
gh-dependency:
patterns:
- "*"
- package-ecosystem: "bun"
directory: "/"
schedule:
interval: "monthly"
day: "sunday"
groups:
bun-dependency:
patterns:
- "*"
- package-ecosystem: "cargo"
directory: "./src-tauri"
schedule:
interval: "monthly"
day: "sunday"
groups:
cargo-dependency:
patterns:
- "*"