anaconda-client
anaconda-client copied to clipboard
Configure 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
-
.github/workflows/check-master.yml
(github-actions) -
requirements.txt
(pip_requirements) -
example-packages/pypi/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
- 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 3 Pull Requests:
chore(deps): pin dependencies
- Schedule: ["before 6am on Monday"]
- Branch name:
renovate/pin-dependencies
- Merge into:
master
- Pin PyYAML to
==6.0
- Upgrade actions/checkout to
e2f20e631ae6d7dd3b768f56a5d2af784dd54791
- Upgrade actions/upload-artifact to
82c141cc518b40d92cc801eee768e7aafc9c2fa2
- Pin clyent to
==1.2.1
- Upgrade conda-incubator/setup-miniconda to
35d1405e78aa3f784fe3ce9a2eb378d5eeb62169
- Pin nbformat to
==5.7.0
- Pin python-dateutil to
==2.8.2
- Pin requests to
==2.28.1
- Pin setuptools to
==65.5.0
- Pin six to
==1.16.0
- Pin tqdm to
==4.64.1
- Pin urllib3 to
==1.26.12
chore(deps): update actions/checkout action to v3
- Schedule: ["before 6am on Monday"]
- Branch name:
renovate/actions-checkout-3.x
- Merge into:
master
- Upgrade actions/checkout to
93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
chore(deps): update actions/upload-artifact action to v3
- Schedule: ["before 6am on Monday"]
- Branch name:
renovate/actions-upload-artifact-3.x
- Merge into:
master
- Upgrade actions/upload-artifact to
3cea5372237819ed00197afe530f5a7ea3e805c8
⚠ Dependency Lookup Warnings ⚠
Please correct - or verify that you can safely ignore - these lookup failures before you merge this PR.
-
Failed to look up dependency conda-package-handling
Files affected: requirements.txt
❓ 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.