We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33a3930 commit b7ed919Copy full SHA for b7ed919
1 file changed
.github/workflows/update-dependencies.yml
@@ -0,0 +1,16 @@
1
+name: Обновление зависимостей
2
+
3
+on:
4
+ schedule:
5
+ - cron: '0 8 * * *' # Ежедневно в 8:00 утра
6
+ workflow_dispatch:
7
8
+jobs:
9
+ update-dependencies:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - name: Обновление зависимостей
13
+ uses: Stivo182/depos-action@v1
14
+ with:
15
+ message-prefix: build(deps)
16
+ token: ${{ secrets.PUSH_TOKEN }}
0 commit comments