anaconda-project icon indicating copy to clipboard operation
anaconda-project copied to clipboard

Configure Renovate

Open anaconda-renovate[bot] opened this issue 11 months 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

  • .devcontainer/Dockerfile (dockerfile)
  • .github/workflows/main.yml (github-actions)
  • setup.py (pip_setup)

Configuration Summary

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

  • Start dependency updates only once this onboarding PR is merged
  • Pin Docker digests.
  • 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 specific versioning for Red Hat-maintained container images.
  • Update _VERSION variables in Dockerfiles.
  • Update _VERSION environment variables in GitHub Action files.
  • Use the Anaconda Best Practice configuration from anaconda/renovate-config
  • Create a Dependency Dashboard as Issue, listing all upgrades
  • Open new PRs automatically every weekday 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: every weekday

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

chore(deps): pin dependencies
chore(deps): update actions/checkout action to v4
  • Schedule: ["every weekday"]
  • Branch name: renovate/actions-checkout-4.x
  • Merge into: master
  • Upgrade actions/checkout to 692973e3d937129bcbf40652eb9f2f61becf3332
chore(deps): update codecov/codecov-action action to v4
  • Schedule: ["every weekday"]
  • Branch name: renovate/codecov-codecov-action-4.x
  • Merge into: master
  • Upgrade codecov/codecov-action to e28ff129e5465c2c0dcc6f003fc735cb6ae0c673
chore(deps): update conda-incubator/setup-miniconda action to v3
  • Schedule: ["every weekday"]
  • Branch name: renovate/conda-incubator-setup-miniconda-3.x
  • Merge into: master
  • Upgrade conda-incubator/setup-miniconda to a4260408e20b96e80095f42ff7f1a15b27dd94ca
chore(deps): update github artifact actions to v4 (major)
  • Schedule: ["every weekday"]
  • Branch name: renovate/major-github-artifact-actions
  • Merge into: master
  • Upgrade actions/download-artifact to 65a9edc5881444af0b9093a5e628f2fe47ea3b2e
  • Upgrade actions/upload-artifact to 65462800fd760344b1a7b4382951275a0abb4808

❓ 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 Jul 31 '23 14:07 anaconda-renovate[bot]