Update update-dependencies.yml

This commit is contained in:
civisrom 2025-03-04 14:19:23 +03:00 committed by GitHub
parent 492fb479e5
commit 8ac1fde70c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,8 +1,10 @@
name: Update Go Dependencies
on:
schedule:
- cron: '0 0 * *1' # Запуск каждую неделю в понедельник в 00:00 UTC
- cron: '0 0 * * 1' # Запуск каждую неделю в понедельник в 00:00 UTC
workflow_dispatch: # Возможность ручного запуска
permissions:
contents: write # Явное указание разрешений
jobs: