Files
sqwerk/.github/dependabot.yaml
T
Rodney Osodo 73157d1c6c 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
2025-06-11 09:44:21 +03:00

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:
- "*"