Skip to content

Commit

Permalink
docs(azure-pipelines manager): explain missing features (renovatebo…
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose authored and mjunker committed May 17, 2023
1 parent 87deef9 commit de3b9af
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 de3b9af

Please sign in to comment.