Skip to content

Commit bb4b6a8

Browse files
author
liuzhen19
committed
update setup
1 parent a6aab2f commit bb4b6a8

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,15 @@ jobs:
3434
uses: dtolnay/rust-toolchain@stable
3535
with:
3636
toolchain: stable
37+
38+
- name: setup pixi
39+
uses: prefix-dev/[email protected]
40+
with:
41+
pixi-version: v0.59.0
42+
cache: true
43+
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
44+
- name: Install uv
45+
uses: astral-sh/setup-uv@v6
46+
with:
47+
# Install a specific version of uv.
48+
version: "0.9.10"

.github/workflows/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: /
5+
schedule:
6+
interval: monthly # or daily, weekly
7+
groups:
8+
dependencies:
9+
patterns:
10+
- "*"

0 commit comments

Comments
 (0)