Skip to content
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

Include docs requirements for Renovate upgrades #12724

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

dhruvmanila
Copy link
Member

Summary

This PR updates the Renovate config to account for the requirements*.txt files in docs/ directory.

The mkdocs-material upgrade is ignored because we use commit SHA for the insider version and it should match the corresponding public version as per the docs: https://squidfunk.github.io/mkdocs-material/insiders/upgrade/ (9.x.x-insiders-4.x.x).

Test Plan

renovate-config-validator
(node:83193) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
 INFO: Validating .github/renovate.json5
 INFO: Config validated successfully

@dhruvmanila dhruvmanila added the ci Related to internal CI tooling label Aug 7, 2024
@dhruvmanila dhruvmanila requested a review from AlexWaygood August 7, 2024 04:24
Copy link
Member

@AlexWaygood AlexWaygood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@dhruvmanila dhruvmanila merged commit 50ff5c7 into main Aug 7, 2024
20 checks passed
@dhruvmanila dhruvmanila deleted the dhruv/renovate-docs-req branch August 7, 2024 07:41
dylwil3 pushed a commit to dylwil3/ruff that referenced this pull request Aug 7, 2024
## Summary

This PR updates the Renovate config to account for the
`requirements*.txt` files in `docs/` directory.

The `mkdocs-material` upgrade is ignored because we use commit SHA for
the insider version and it should match the corresponding public version
as per the docs:
https://squidfunk.github.io/mkdocs-material/insiders/upgrade/
(`9.x.x-insiders-4.x.x`).

## Test Plan

```console
❯ renovate-config-validator
(node:83193) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
 INFO: Validating .github/renovate.json5
 INFO: Config validated successfully
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Related to internal CI tooling
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants