Skip to content

Commit 4185ab5

Browse files
authored
Merge branch 'main' into ruff
2 parents c7212a9 + 412143f commit 4185ab5

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/update.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: 🛍 Update dependencies
2+
# On Wednesdays, we update our dependencies.
3+
4+
on:
5+
workflow_dispatch:
6+
schedule:
7+
- cron: 0 12 * * 3
8+
9+
jobs:
10+
update:
11+
name: 🦿 Update dependencies
12+
uses: quaternionmedia/.github/.github/workflows/update.yml@main

0 commit comments

Comments
 (0)