-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Use our org-wide Renovate preset #21759
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
Conversation
Signed-off-by: William Woodruff <[email protected]>
Action Required: Fix Renovate ConfigurationThere is an error with this repository's Renovate configuration that needs to be fixed. Location: |
Signed-off-by: William Woodruff <[email protected]>
|
|
Reconfigure PR ResultsThis is a reconfigure PR comment to help you understand and re-configure your renovate bot settings. If this Reconfigure PR were to be merged, we'd expect to see the following outcome: Detected Package Files
Configuration SummaryBased on the default config's presets, Renovate will:
What to ExpectWith your current configuration, Renovate will create 27 Pull Requests: Update actions/checkout digest to 8e8c483
Update actions/download-artifact digest to f093f21
Update lsp-types digest to ddc7dc8
Update Rust crate libc to v0.2.178
Update Rust crate unicode-normalization to v0.1.25
Update rust-wasm-bindgen monorepo
Update taiki-e/install-action action to v2.62.61
Update dependency monaco-editor to ^0.55.0
Update dependency python to 3.14
Update docker/metadata-action action to v5.9.0
Update Rust crate codspeed-criterion-compat to v4.1.0
Update Rust crate criterion to 0.8.0
Update Rust crate divan to v4.1.0
Update Rust crate imara-diff to 0.2.0
Update Rust crate insta to v1.44.1
Update Rust crate schemars to v1.1.0
Update Rust crate serde_with to v3.16.0
Update Rust crate uuid to v1.19.0
Update actions/checkout action to v6
Update dependency mdformat to v1
Update dependency mdformat-mkdocs to v5
Update dependency node to v24
Update GitHub Artifact Actions
Update NPM Development dependencies
Update pre-commit dependencies
Update Rust crate ordermap to v1
Update Rust crate unicode_names2 to v2
Warning Please correct - or verify that you can safely ignore - these dependency lookup failures before you merge this PR.
Files affected: |
ntBre
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Interesting about the schema change. I skimmed the renovate comment, looks plausible to me!
|
Thanks! I'm kind of concerned that the change summary there shows updates that are definitely below the cooldown. I'll try and get to the bottom of that. (Sorry for the noise here...) |
This is covered by the preset. Signed-off-by: William Woodruff <[email protected]>
|
Okay, I think astral-sh/renovate-config#2 will ensure that the cooldown is fully honored. |
* origin/main: (67 commits) Move `Token`, `TokenKind` and `Tokens` to `ruff-python-ast` (#21760) [ty] Don't confuse multiple occurrences of `typing.Self` when binding bound methods (#21754) Use our org-wide Renovate preset (#21759) Delete `my-script.py` (#21751) [ty] Move `all_members`, and related types/routines, out of `ide_support.rs` (#21695) [ty] Fix find-references for import aliases (#21736) [ty] add tests for workspaces (#21741) [ty] Stop testing the (brittle) constraint set display implementation (#21743) [ty] Use generator over list comprehension to avoid cast (#21748) [ty] Add a diagnostic for prohibited `NamedTuple` attribute overrides (#21717) [ty] Fix subtyping with `type[T]` and unions (#21740) Use `npm ci --ignore-scripts` everywhere (#21742) [`flake8-simplify`] Fix truthiness assumption for non-iterable arguments in tuple/list/set calls (`SIM222`, `SIM223`) (#21479) [`flake8-use-pathlib`] Mark fixes unsafe for return type changes (`PTH104`, `PTH105`, `PTH109`, `PTH115`) (#21440) [ty] Fix auto-import code action to handle pre-existing import Enable PEP 740 attestations when publishing to PyPI (#21735) [ty] Fix find references for type defined in stub (#21732) Use OIDC instead of codspeed token (#21719) [ty] Exclude `typing_extensions` from completions unless it's really available [ty] Fix false positives for `class F(Generic[*Ts]): ...` (#21723) ...
* origin/main: [ty] Improve `@override`, `@final` and Liskov checks in cases where there are multiple reachable definitions (#21767) [ty] Extend `invalid-explicit-override` to also cover properties decorated with `@override` that do not override anything (#21756) [ty] Enable LRU collection for parsed module (#21749) [ty] Support typevar-specialized dynamic types in generic type aliases (#21730) Add token based `parenthesized_ranges` implementation (#21738) [ty] Default-specialization of generic type aliases (#21765) [ty] Suppress false positives when `dataclasses.dataclass(...)(cls)` is called imperatively (#21729) [syntax-error] Default type parameter followed by non-default type parameter (#21657) new module for parsing ranged suppressions (#21441) [ty] `type[T]` is assignable to an inferable typevar (#21766) Fix syntax error false positives for `await` outside functions (#21763) [ty] Improve diagnostics for unsupported comparison operations (#21737) Move `Token`, `TokenKind` and `Tokens` to `ruff-python-ast` (#21760) [ty] Don't confuse multiple occurrences of `typing.Self` when binding bound methods (#21754) Use our org-wide Renovate preset (#21759) Delete `my-script.py` (#21751) [ty] Move `all_members`, and related types/routines, out of `ide_support.rs` (#21695)
Summary
Supersedes #21757.
Test Plan
Same as there 🙂