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

chore: Configure Renovate #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

chore: Configure Renovate #2

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 10, 2024

Mend Renovate

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

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


Detected Package Files

  • Dockerfile (dockerfile)
  • .github/workflows/deploy-docs.yml (github-actions)
  • .github/workflows/snorkell-auto-documentation.yml (github-actions)
  • .github/workflows/test-code.yml (github-actions)
  • pyproject.toml (pep621)
  • requirements.txt (pip_requirements)
  • pyproject.toml (poetry)

Configuration Summary

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

  • Start dependency updates only once this onboarding PR is merged
  • 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 directories.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.

🔡 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 33 Pull Requests:

chore(deps): update dependency alabaster to v0.7.16
  • Schedule: ["at any time"]
  • Branch name: renovate/alabaster-0.x
  • Merge into: main
  • Upgrade alabaster to ==0.7.16
chore(deps): update dependency sphinxcontrib-applehelp to v1.0.8
  • Schedule: ["at any time"]
  • Branch name: renovate/sphinxcontrib-applehelp-1.x
  • Merge into: main
  • Upgrade sphinxcontrib-applehelp to ==1.0.8
chore(deps): update dependency sphinxcontrib-devhelp to v1.0.6
  • Schedule: ["at any time"]
  • Branch name: renovate/sphinxcontrib-devhelp-1.x
  • Merge into: main
  • Upgrade sphinxcontrib-devhelp to ==1.0.6
chore(deps): update dependency sphinxcontrib-qthelp to v1.0.8
  • Schedule: ["at any time"]
  • Branch name: renovate/sphinxcontrib-qthelp-1.x
  • Merge into: main
  • Upgrade sphinxcontrib-qthelp to ==1.0.8
chore(deps): update dependency sphinxcontrib-serializinghtml to v1.1.10
  • Schedule: ["at any time"]
  • Branch name: renovate/sphinxcontrib-serializinghtml-1.x
  • Merge into: main
  • Upgrade sphinxcontrib-serializinghtml to ==1.1.10
chore(deps): update dependency astroid to v2.15.8
  • Schedule: ["at any time"]
  • Branch name: renovate/astroid-2.x
  • Merge into: main
  • Upgrade astroid to ==2.15.8
chore(deps): update dependency contourpy to v1.2.1
  • Schedule: ["at any time"]
  • Branch name: renovate/contourpy-1.x
  • Merge into: main
  • Upgrade contourpy to ==1.2.1
chore(deps): update dependency docutils to v0.21.2
  • Schedule: ["at any time"]
  • Branch name: renovate/docutils-0.x
  • Merge into: main
  • Upgrade docutils to ==0.21.2
chore(deps): update dependency grpcio-status to v1.65.4
  • Schedule: ["at any time"]
  • Branch name: renovate/grpcio-status-1.x
  • Merge into: main
  • Upgrade grpcio-status to ==1.65.4
chore(deps): update dependency importlib-metadata to v8.2.0
  • Schedule: ["at any time"]
  • Branch name: renovate/importlib-metadata-8.x
  • Merge into: main
  • Upgrade importlib-metadata to ==8.2.0
chore(deps): update dependency numpydoc to v1.8.0
  • Schedule: ["at any time"]
  • Branch name: renovate/numpydoc-1.x
  • Merge into: main
  • Upgrade numpydoc to ==1.8.0
chore(deps): update dependency sphinxcontrib-htmlhelp to v2.1.0
  • Schedule: ["at any time"]
  • Branch name: renovate/sphinxcontrib-htmlhelp-2.x
  • Merge into: main
  • Upgrade sphinxcontrib-htmlhelp to ==2.1.0
fix(deps): update dependency matplotlib to v3.9.2
  • Schedule: ["at any time"]
  • Branch name: renovate/matplotlib-3.x
  • Merge into: main
  • Upgrade matplotlib to 3.9.2
  • Upgrade matplotlib to ==3.9.2
fix(deps): update dependency numpy to v1.26.4
  • Schedule: ["at any time"]
  • Branch name: renovate/numpy-1.x
  • Merge into: main
  • Upgrade numpy to 1.26.4
  • Upgrade numpy to ==1.26.4
fix(deps): update dependency pandas to v2.2.2
  • Schedule: ["at any time"]
  • Branch name: renovate/pandas-2.x
  • Merge into: main
  • Upgrade pandas to 2.2.2
  • Upgrade pandas to ==2.2.2
fix(deps): update dependency pylint to v2.17.7
  • Schedule: ["at any time"]
  • Branch name: renovate/pylint-2.x
  • Merge into: main
  • Upgrade pylint to 2.17.7
  • Upgrade pylint to ==2.17.7
fix(deps): update dependency scipy to v1.14.0
  • Schedule: ["at any time"]
  • Branch name: renovate/scipy-1.x
  • Merge into: main
  • Upgrade scipy to 1.14.0
  • Upgrade scipy to ==1.14.0
fix(deps): update dependency sphinx to v7.4.7
  • Schedule: ["at any time"]
  • Branch name: renovate/sphinx-7.x
  • Merge into: main
  • Upgrade sphinx to 7.4.7
  • Upgrade sphinx to ==7.4.7
fix(deps): update python
  • Schedule: ["at any time"]
  • Branch name: renovate/python-3.x
  • Merge into: main
  • Upgrade python to >=3.12,<3.13
  • Upgrade python to 3.12-slim
chore(deps): update actions/checkout action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-4.x
  • Merge into: main
  • Upgrade actions/checkout to v4
chore(deps): update actions/setup-python action to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-setup-python-5.x
  • Merge into: main
  • Upgrade actions/setup-python to v5
chore(deps): update dependency alabaster to v1
  • Schedule: ["at any time"]
  • Branch name: renovate/alabaster-1.x
  • Merge into: main
  • Upgrade alabaster to ==1.0.0
chore(deps): update dependency astroid to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/astroid-3.x
  • Merge into: main
  • Upgrade astroid to ==3.3.2
chore(deps): update dependency protobuf to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/protobuf-5.x
  • Merge into: main
  • Upgrade protobuf to ==5.27.3
chore(deps): update dependency sphinxcontrib-applehelp to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/sphinxcontrib-applehelp-2.x
  • Merge into: main
  • Upgrade sphinxcontrib-applehelp to ==2.0.0
chore(deps): update dependency sphinxcontrib-devhelp to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/sphinxcontrib-devhelp-2.x
  • Merge into: main
  • Upgrade sphinxcontrib-devhelp to ==2.0.0
chore(deps): update dependency sphinxcontrib-qthelp to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/sphinxcontrib-qthelp-2.x
  • Merge into: main
  • Upgrade sphinxcontrib-qthelp to ==2.0.0
chore(deps): update dependency sphinxcontrib-serializinghtml to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/sphinxcontrib-serializinghtml-2.x
  • Merge into: main
  • Upgrade sphinxcontrib-serializinghtml to ==2.0.0
chore(deps): update peaceiris/actions-gh-pages action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/peaceiris-actions-gh-pages-4.x
  • Merge into: main
  • Upgrade peaceiris/actions-gh-pages to v4
fix(deps): update dependency myst-parser to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/myst-parser-4.x
  • Merge into: main
  • Upgrade myst-parser to 4.0.0
  • Upgrade myst-parser to ==4.0.0
fix(deps): update dependency numpy to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/numpy-2.x
  • Merge into: main
  • Upgrade numpy to 2.0.1
  • Upgrade numpy to ==2.0.1
fix(deps): update dependency pylint to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/pylint-3.x
  • Merge into: main
  • Upgrade pylint to 3.2.6
  • Upgrade pylint to ==3.2.6
fix(deps): update dependency sphinx to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/sphinx-8.x
  • Merge into: main
  • Upgrade sphinx to 8.0.2
  • Upgrade sphinx to ==8.0.2

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


❓ 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants