FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects

feat: add new trigger-renovatebot job

Merged Dr Rich Wareham requested to merge add-renovatebot-trigger into master
3 files
+ 45
0
Compare changes
  • Side-by-side
  • Inline
Files
3
  • 05b29f7a
    Add a new CI job to the common pipeline which triggers a run of
    renovatebot for the CI pipeline's project if the
    TRIGGER_RENOVATEBOT_ENABLED variable is set.
    
    Since no jobs are added *unless* that variable is set, this ensures that
    renovatebot runs are always explicitly triggered.
    
    The auto-devops/trigger-renovatebot.yml template also includes a
    template CI job which can be used to construct trigger jobs with more
    elaborate rulesets.
@@ -18,6 +18,7 @@ include:
- local: "/auto-devops/python-publish.yml"
- local: "/auto-devops/python-check-tags-match-version.yml"
- local: "/auto-devops/mkdocs-docs.gitlab-ci.yml"
- local: "/auto-devops/trigger-renovatebot.gitlab-ci.yml"
# Fail-safe workflow rules. These can be overridden by CI configuration which includes us.
- template: Workflows/Branch-Pipelines.gitlab-ci.yml
Loading