only run renovate on changes to main branch
ci/woodpecker/push/renovate Pipeline was successful
Details
ci/woodpecker/push/renovate Pipeline was successful
Details
This commit is contained in:
parent
c45ec90033
commit
67627718d6
|
@ -4,6 +4,7 @@ variables:
|
|||
when:
|
||||
event: [push, manual, cron]
|
||||
cron: "4hours"
|
||||
branch: main
|
||||
|
||||
steps:
|
||||
- name: Renovate - Validate config
|
||||
|
|
Loading…
Reference in New Issue