From 546a52cbe67c119143a3144f833d10ecbe389aa9 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Sun, 7 May 2023 21:17:21 +0200 Subject: [PATCH] docs(`azure-pipelines` manager): explain missing features (#22005) --- lib/modules/manager/azure-pipelines/readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/modules/manager/azure-pipelines/readme.md b/lib/modules/manager/azure-pipelines/readme.md index 7903346f2ba24e..aee00bea3e63ae 100644 --- a/lib/modules/manager/azure-pipelines/readme.md +++ b/lib/modules/manager/azure-pipelines/readme.md @@ -58,7 +58,7 @@ stages: Read the [resources block][resources-docs] and the [tasks block][tasks-docs] Azure Pipelines documentation for more information. -Files that are processed by the manager includes: +The `azure-pipelines` manager can process these files: - `.azure-pipelines/**/*.yaml` - `.azure-pipelines.yaml` @@ -70,5 +70,10 @@ Files that are processed by the manager includes: - `azure-pipeline.yaml` - `azure-pipeline.yml` + +!!! warning + Renovate can't update (root) container-element in containers jobs, see [issue #21987](https://github.com/renovatebot/renovate/issues/21987). + Renovate can't read Azure repositories defined in resource blocks, see [issue #15028](https://github.com/renovatebot/renovate/issues/15028). + [resources-docs]: https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema/resources?view=azure-pipelines [tasks-docs]: https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema/steps-task?view=azure-pipelines