-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge gitlabci-include
to gitlabci
manager
#21446
Comments
Maybe we can do it in without breaking |
Any changes to |
renovate/lib/modules/manager/gitlabci-include/extract.ts Lines 20 to 34 in ba3b0c2
|
ProgammingLanguage=docker will be applied then 😕
|
@viceice -> include:
- project: my-proj/pipelines/node-pipeline
file: pipeline/node-pipeline.yml
ref: 2.5.0 whereas gitlabci handles docker tags etc referenced in a gitlab-ci.yml e.g. image: renovate/renovate:37-slim@sha256:4bfa4c3ec7c3ddf695283a6b22c3019ac77503597e5ad836ab3b34288a8cc961 I've seen you comment on: #14177 about issues when pinning digests in gitlabci-includes manager. Would this change ensure that includes don't try and pin, as there is no SHA to pin, but that image references could still be pinned automatically? |
yes |
What would you like Renovate to be able to do?
The
gitlabci-include
manager should be merged intogitlabci
manager. Both work on same files beside theinclude
manager also follows Gitlab inclcudes and processes them if they are local.If you have any ideas on how this should be implemented, please tell us here.
gitlabci-include
config togitlabci
configIs this a feature you are interested in implementing yourself?
Maybe
The text was updated successfully, but these errors were encountered: