Skip to content

Commit b7ed919

Browse files
authored
chore: Create update-dependencies.yml
1 parent 33a3930 commit b7ed919

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)