Skip to content

chore: Configure Renovate#29

Merged
JarbasAl merged 1 commit into
devfrom
renovate/configure
Mar 9, 2026
Merged

chore: Configure Renovate#29
JarbasAl merged 1 commit into
devfrom
renovate/configure

Conversation

@renovate

@renovate renovate Bot commented Dec 18, 2025

Copy link
Copy Markdown
Contributor

Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

🚦 Renovate will begin keeping your dependencies up-to-date only once you merge or close this Pull Request.


Detected Package Files

  • .github/workflows/conventional-label.yaml (github-actions)
  • .github/workflows/publish_stable.yml (github-actions)
  • .github/workflows/release_workflow.yml (github-actions)
  • pyproject.toml (poetry)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this onboarding PR is merged
  • Hopefully safe environment variables to allow users to configure.
  • Show all Merge Confidence badges for pull requests.
  • Enable Renovate Dependency Dashboard creation.
  • Use semantic commit type fix for dependencies and chore for all others if semantic commits are in use.
  • Ignore node_modules, bower_components, vendor and various test/tests (except for nuget) directories.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • Show only the Age and Confidence Merge Confidence badges for pull requests.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.
  • Ensure that every dependency pinned by digest and sourced from GitHub.com contains a link to the commit-to-commit diff
  • Correctly link to the source code for golang.org/x packages
  • Link to pkg.go.dev/... for golang.org/x packages' title

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to renovate.json in this branch. Renovate will update the Pull Request description the next time it runs.


What to Expect

With your current configuration, Renovate will create 3 Pull Requests:

chore(deps): update dependency python to 3.14
  • Schedule: ["at any time"]
  • Branch name: renovate/python-3.x
  • Merge into: dev
  • Upgrade python to 3.14
chore(deps): update actions/checkout action to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-6.x
  • Merge into: dev
  • Upgrade actions/checkout to v6
chore(deps): update actions/setup-python action to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-setup-python-6.x
  • Merge into: dev
  • Upgrade actions/setup-python to v6

🚸 PR creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for prHourlyLimit for details.


Warning

Please correct - or verify that you can safely ignore - these dependency lookup failures before you merge this PR.

  • Failed to look up pypi package ovos-pydantic-models

Files affected: pyproject.toml


❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.


This PR was generated by Mend Renovate. View the repository job log.

@coderabbitai

coderabbitai Bot commented Dec 18, 2025

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@JarbasAl JarbasAl merged commit c9c62b4 into dev Mar 9, 2026
2 checks passed
@renovate renovate Bot deleted the renovate/configure branch March 9, 2026 13:48
JarbasAl added a commit that referenced this pull request Mar 10, 2026
* feat: docs, tests and some tiny improvements (#30)

* feat: docs, tests and some tiny improvements

* feat: docs, tests and some tiny improvements

* feat: docs, tests and some tiny improvements

* Increment Version to

* Add renovate.json (#29)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Increment Version to

* Update Changelog

* feat: Add language customization and expanded test coverage (#35)

* feat: docs, tests and some tiny improvements

* feat: docs, tests and some tiny improvements

* feat: docs, tests and some tiny improvements

* feat: add multilingual testing support and fix from_message bugs

- MiniCroft: added `lang` and `secondary_langs` params to patch
  Configuration() before IntentService init, enabling Adapt/Padatious
  to register vocab for multiple languages
- End2EndTest.from_message(): fixed crash when async_messages=None
- End2EndTest.from_message(): added ignore_gui param (default True)
  to filter GUI namespace messages during fixture recording
- End2EndTest.from_message(): now passes ignore_messages, eof_msgs,
  async_messages to the returned End2EndTest object
- Updated docs/minicroft.md with new constructor params and
  Multilingual Testing section

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* chore: tests

* chore: tests

* chore: tests

* coderabbitt

* tests

* tests

* update

* coderrabbit

* coderrabbit

* .

* ci: update workflows for gh-automations refactor

- build_tests.yml: remove paths filter (now runs on all PRs); add package_name
  and version_file for channel compatibility check
- release_preview.yml: add package_name and version_file for channel check
- unit_tests.yml: fix install_extras ("-e .[pydantic]" -> "[pydantic]");
  remove push trigger and paths-ignore so coverage always posts on PRs
- release_workflow.yml: remove redundant github.ref guard on job conditions
- downstream_check.yml: new workflow
- python_support.yml: removed (superseded by build-tests.yml)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* .

* chore: remove unused package_name/version_file inputs from build_tests

build-tests.yml no longer uses these (channel check was removed from
the reusable workflow).

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>

* fix: standardize CI workflows for release readiness

- release_workflow.yml: replace inline build_tests job with reusable
  build-tests.yml@dev (runs full matrix 3.10-3.14, uses wheel install)
- unit_tests.yml: fix install_extras — was '[pydantic]' (invalid pip arg),
  now 'ovoscope[pydantic]' which reinstalls with the optional extra after
  coverage.yml's editable install

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* gitignore

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

* Update downstream dependency report for ovoscope

* Increment Version to 0.9.0a1

* Update Changelog

* drop pycache

* fix: clean up CI/CD — remove release gate, fix pydantic install (#36)

* feat: docs, tests and some tiny improvements

* feat: docs, tests and some tiny improvements

* chore: tests

* chore: tests

* tests

* tests

* coderrabbit

* ci: update workflows for gh-automations refactor

- build_tests.yml: remove paths filter (now runs on all PRs); add package_name
  and version_file for channel compatibility check
- release_preview.yml: add package_name and version_file for channel check
- unit_tests.yml: fix install_extras ("-e .[pydantic]" -> "[pydantic]");
  remove push trigger and paths-ignore so coverage always posts on PRs
- release_workflow.yml: remove redundant github.ref guard on job conditions
- downstream_check.yml: new workflow
- python_support.yml: removed (superseded by build-tests.yml)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* chore: remove unused package_name/version_file inputs from build_tests

build-tests.yml no longer uses these (channel check was removed from
the reusable workflow).

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>

* fix: remove duplicate coverage_source line in unit_tests.yml

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* fix: split coverage into PR checks and Pages deployment

- unit_tests.yml: coverage + PR comment on pull_request (permissions: pr write)
- coverage_pages.yml: coverage + GitHub Pages on push to dev (permissions: pages, id-token)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* cov

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

* Increment Version to 0.9.1a1

* Update Changelog

* Increment Version to 0.9.1a2

---------

Co-authored-by: JarbasAI <33701864+JarbasAl@users.noreply.github.com>
Co-authored-by: JarbasAl <JarbasAl@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: miro <jarbasai@mailfence.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant