Commit 2e5b1599 authored by xuwang's avatar xuwang
Browse files

docs(renovate): pin CI-template include examples to v1.3.0

parent bcd99ffb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
#   include:
#     - project: 'iac/cloud-framework'        # OTICA repo on your GitLab server
#       file: '.gitlab/renovate-ci.yml'
#       ref: 'v1.2.1'                          # pin to an OTICA release tag
#       ref: 'v1.3.0'                          # pin to an OTICA release tag
#
# Then:
#   1. Add a *masked* CI/CD variable RENOVATE_TOKEN — a GitLab PAT or
+1 −1
Original line number Diff line number Diff line
@@ -261,7 +261,7 @@ For unattended updates, include the template and schedule a pipeline:
include:
  - project: 'iac/cloud-framework'
    file: '.gitlab/renovate-ci.yml'
    ref: 'v1.2.1'                      # pin to an OTICA release tag
    ref: 'v1.3.0'                      # pin to an OTICA release tag
```

Then: