pyscript-cli icon indicating copy to clipboard operation
pyscript-cli copied to clipboard

Configure Renovate

Open anaconda-renovate-bot opened this issue 2 years ago • 0 comments

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

  • .github/workflows/publish.yaml (github-actions)
  • .github/workflows/test.yml (github-actions)
  • pyproject.toml (poetry)
  • .pre-commit-config.yaml (pre-commit)

Configuration Summary

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

  • Start dependency updates only once this onboarding PR is merged
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • Pin github-action digests.
  • Use node versioning for @types/node.
  • Use the Anaconda Best Practice configuration from anaconda/renovate-config
  • Create a Dependency Dashboard as Issue, listing all upgrades
  • Open new PRs automatically every Monday before 6am UTC. You can manually trigger PRs from the Dependency Dashboard, those will be opened once renovate runs again (once every hour)
  • Label all PRs with renovate
  • Use semantic commit messages for all upgrades
  • Open a maximum of 10 PRs concurrently
  • Automatically set reviewers from CODEOWNERS
  • Upgrade arbitrary dependencies in Dockerfiles when you mark them, see the documentation for details
  • Run Renovate on following schedule: before 6am on Monday

🔡 Would you like to change the way Renovate is upgrading your dependencies? Simply edit the renovate.json in this branch with your custom config and the list of Pull Requests in the "What to Expect" section below will be updated the next time Renovate runs.


What to Expect

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

chore(deps): pin dependencies
chore(deps): update dependency mypy to ^0.991
  • Schedule: ["before 6am on Monday"]
  • Branch name: renovate/mypy-0.x
  • Merge into: main
  • Upgrade mypy to ^0.991
chore(deps): update dependency pydata-sphinx-theme to ^0.12.0
  • Schedule: ["before 6am on Monday"]
  • Branch name: renovate/pydata-sphinx-theme-0.x
  • Merge into: main
  • Upgrade pydata-sphinx-theme to ^0.12.0
chore(deps): update dependency typer to ^0.7.0
  • Schedule: ["before 6am on Monday"]
  • Branch name: renovate/typer-0.x
  • Merge into: main
  • Upgrade typer to ^0.7.0
chore(deps): update pre-commit hook pre-commit/pre-commit-hooks to v4.4.0
  • Schedule: ["before 6am on Monday"]
  • Branch name: renovate/pre-commit-pre-commit-hooks-4.x
  • Merge into: main
  • Upgrade pre-commit/pre-commit-hooks to v4.4.0
chore(deps): update snok/install-poetry action to v1.3.3
  • Schedule: ["before 6am on Monday"]
  • Branch name: renovate/snok-install-poetry-1.x
  • Merge into: main
  • Upgrade snok/install-poetry to d45b6d76012debf457ab49dffc7fb7b2efe8071d
chore(deps): update actions/checkout action to v3
  • Schedule: ["before 6am on Monday"]
  • Branch name: renovate/actions-checkout-3.x
  • Merge into: main
  • Upgrade actions/checkout to 93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
chore(deps): update actions/setup-python action to v4
  • Schedule: ["before 6am on Monday"]
  • Branch name: renovate/actions-setup-python-4.x
  • Merge into: main
  • Upgrade actions/setup-python to 13ae5bb136fac2878aff31522b9efb785519f984
chore(deps): update codecov/codecov-action action to v3
  • Schedule: ["before 6am on Monday"]
  • Branch name: renovate/codecov-codecov-action-3.x
  • Merge into: main
  • Upgrade codecov/codecov-action to d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70
chore(deps): update dependency importlib-metadata to v5
  • Schedule: ["before 6am on Monday"]
  • Branch name: renovate/importlib-metadata-5.x
  • Merge into: main
  • Upgrade importlib-metadata to ^5.0.0
chore(deps): update pre-commit hook pycqa/flake8 to v6
  • Schedule: ["before 6am on Monday"]
  • Branch name: renovate/pycqa-flake8-6.x
  • Merge into: main
  • Upgrade pycqa/flake8 to 6.0.0

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

anaconda-renovate-bot avatar Nov 14 '22 13:11 anaconda-renovate-bot