73157d1c6c
Add dependabot config which autoupdates dependencies add release config which creates a release based on tag push Added rust and typescript ci integrations
32 lines
592 B
YAML
32 lines
592 B
YAML
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:
|
|
- "*"
|