mirror of
https://github.com/renovatebot/renovate.git
synced 2024-12-22 21:48:32 +00:00
21ff27d5ab
Co-authored-by: Fred Rondina <fred.rondina@daveramsey.com> Co-authored-by: Michael Kriese <michael.kriese@visualon.de> Co-authored-by: Rhys Arkins <rhys@arkins.net>
14 lines
266 B
YAML
14 lines
266 B
YAML
---
|
|
include:
|
|
- project: mikebryant/include-source-example
|
|
file: /template.yaml
|
|
ref: 1.0.0
|
|
|
|
trigger-my-job:
|
|
extends: .extend-trigger-job
|
|
trigger:
|
|
include:
|
|
- project: mikebryant/include-source-example
|
|
file: /template.yaml
|
|
ref: master
|