24 lines
599 B
Plaintext
24 lines
599 B
Plaintext
|
- id: renovate
|
||
|
execute-command: "/etc/renovate/renovate"
|
||
|
pass-arguments-to-command:
|
||
|
- source: string
|
||
|
name: --autodiscover
|
||
|
- source: string
|
||
|
name: false
|
||
|
- source: payload
|
||
|
name: repository.full_name
|
||
|
trigger-rule:
|
||
|
and:
|
||
|
- not:
|
||
|
match:
|
||
|
type: value
|
||
|
value: {{ renovate_bot_username }}
|
||
|
parameter:
|
||
|
source: payload
|
||
|
name: sender.login
|
||
|
- match:
|
||
|
type: value
|
||
|
value: {{ renovate_webhook_secret }}
|
||
|
parameter:
|
||
|
source: payload
|
||
|
name: secret
|