diff options
Diffstat (limited to '.gitea/workflows')
| -rw-r--r-- | .gitea/workflows/renovate.yml | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml index 23c8b62..2d6bc46 100644 --- a/.gitea/workflows/renovate.yml +++ b/.gitea/workflows/renovate.yml @@ -1,5 +1,7 @@  name: RenovateBot  on: +  push: +    branches: [master]    schedule:      - cron: "@daily" | 
