Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs(azure-pipelines manager): explain missing features (#22005)
  • Loading branch information
HonkingGoose committed May 7, 2023
1 parent 2112ea2 commit 546a52c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lib/modules/manager/azure-pipelines/readme.md
Expand Up @@ -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`
Expand All @@ -70,5 +70,10 @@ Files that are processed by the manager includes:
- `azure-pipeline.yaml`
- `azure-pipeline.yml`

<!-- prettier-ignore -->
!!! 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

0 comments on commit 546a52c

Please sign in to comment.