There was an error while loading. Please reload this page.
2 parents c7212a9 + 412143f commit 4185ab5Copy full SHA for 4185ab5
1 file changed
.github/workflows/update.yml
@@ -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