Skip to content

docs-as-code. Fix Renovatebot not detecting updates issue. #48

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

Aymen-Soussi-01
Copy link
Contributor

@Aymen-Soussi-01 Aymen-Soussi-01 commented May 27, 2025

Currently the Renovate workflow hasn't detected updates due to a confusion handling bazel_dep in module.bazel files so we removed "enabledManagers": ["bazel"] from the renovate.json and we will use only the regex enabledManagers telling Renovate only use the built-in Bazel manager, but that does not support bazel_dep and make confusion between the 2 checkers

Remove enabledManagers confusion with regexManagers

Also-by: Aymen Soussi [email protected]

fix: #1004

Remove enabledManagers confusion with regexManagers

Also-by: Aymen Soussi [email protected]
Copy link

License Check Results

🚀 The license check job ran with the Bazel command:

bazel run //src:license-check

Status: ✅ Passed

Click to expand output
[License Check Output]
Extracting Bazel installation...
Starting local Bazel server and connecting to it...
INFO: Invocation ID: c4f9afde-e841-4ee3-ac8d-b8470f25bfa5
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Loading: 
Loading: 0 packages loaded
Loading: 0 packages loaded
    currently loading: src
Loading: 0 packages loaded
    currently loading: src
Analyzing: target //src:license-check (1 packages loaded, 0 targets configured)
Analyzing: target //src:license-check (1 packages loaded, 0 targets configured)

Analyzing: target //src:license-check (95 packages loaded, 10 targets configured)

Analyzing: target //src:license-check (139 packages loaded, 875 targets configured)

Analyzing: target //src:license-check (148 packages loaded, 1981 targets configured)

Analyzing: target //src:license-check (151 packages loaded, 2633 targets configured)

Analyzing: target //src:license-check (156 packages loaded, 2668 targets configured)

Analyzing: target //src:license-check (160 packages loaded, 4801 targets configured)

INFO: Analyzed target //src:license-check (161 packages loaded, 4927 targets configured).
INFO: Found 1 target...
Target //src:license.check.license_check up-to-date:
  bazel-bin/src/license.check.license_check
  bazel-bin/src/license.check.license_check.jar
INFO: Elapsed time: 15.542s, Critical Path: 0.45s
INFO: 13 processes: 4 disk cache hit, 9 internal.
INFO: Build completed successfully, 13 total actions
INFO: Running command line: bazel-bin/src/license.check.license_check src/formatted.txt -review -project automotive.score -repo https://github.com/eclipse-score/docs-as-code -token otyhZ4eaRYK1tKLNNF-Y
[main] INFO Querying Eclipse Foundation for license data for 76 items.
[main] INFO Found 54 items.
[main] INFO Querying ClearlyDefined for license data for 22 items.
[main] INFO Found 22 items.
[main] INFO Vetted license information was found for all content. No further investigation is required.

@AlexanderLanin AlexanderLanin merged commit 7bfafa4 into eclipse-score:main May 27, 2025
5 checks passed
@github-project-automation github-project-automation bot moved this from Todo to Done in Infrastructure May 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

auto update dependencies
3 participants