Skip to content

Configure Renovate

RenovateBot requested to merge renovate/configure into develop

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

🚦 To activate Renovate, merge this Merge Request. To disable Renovate, simply close this Merge Request unmerged.


Detected Package Files

  • .gitlab-ci.yml (gitlabci)
  • pyproject.toml (poetry)

What to Expect

With your current configuration, Renovate will create 4 Merge Requests:

chore(deps): update dependency myst-parser to ^0.19.0
  • Schedule: ["at any time"]
  • Branch name: renovate/myst-parser-0.x
  • Merge into: develop
  • Upgrade myst-parser to ^0.19.0
chore(deps): update dependency coverage to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/coverage-7.x
  • Merge into: develop
  • Upgrade coverage to ^7.0.0
chore(deps): update dependency myst-parser to v1
  • Schedule: ["at any time"]
  • Branch name: renovate/myst-parser-1.x
  • Merge into: develop
  • Upgrade myst-parser to ^1.0.0
chore(deps): update dependency sphinx to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/sphinx-6.x
  • Merge into: develop
  • Upgrade Sphinx to ^6.0.0

🚸 Branch 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.


Dependency Lookup Warnings

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

  • python: Response code 429 (Too Many Requests)

Files affected: .gitlab-ci.yml


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 MR has been generated by Renovate Bot.

Edited by RenovateBot

Merge request reports