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:
@@ -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:
|
||||
- "*"
|
||||
Reference in New Issue
Block a user