Skip to content

Commit 9e456a0

Browse files
authored
ci: set up requirements upgrade with uv (#296)
1 parent 2dc3182 commit 9e456a0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Upgrade requirements
2+
3+
on:
4+
schedule:
5+
# run once a month at midnight of the first day of the month
6+
- cron: 0 0 1 * *
7+
workflow_dispatch: # run manually from actions tab
8+
9+
# Set permissions at the job level.
10+
permissions: {}
11+
12+
jobs:
13+
upgrade:
14+
permissions:
15+
contents: write
16+
pull-requests: write
17+
uses: afuetterer/.github/.github/workflows/_upgrade-requirements.yml@main

0 commit comments

Comments
 (0)