Skip to content

Commit 01d9e32

Browse files
Replace Dependabot with Renovate (#73)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/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-requirements.yml` (github-actions) * `.github/workflows/lint.yml` (github-actions) * `.github/workflows/publish.yml` (github-actions) * `.github/workflows/regen-examples-and-docs.yml` (github-actions) * `.github/workflows/test-website.yml` (github-actions) * `.github/workflows/test.yml` (github-actions) * `requirements/all.txt` (pip_requirements) * `requirements/docs.txt` (pip_requirements) * `requirements/flake8.txt` (pip_requirements) * `requirements/mypy.txt` (pip_requirements) * `requirements/pytest.txt` (pip_requirements) ### Configuration 🔡 Renovate has detected a custom config for this PR. Feel free to ask for [help](https://togithub.com/renovatebot/renovate/discussions) if you have any doubts and would like it reviewed. Important: Now that this branch is edited, Renovate can't rebase it from the base branch any more. If you make changes to the base branch that could impact this onboarding PR, please merge them manually. ### What to Expect With your current configuration, Renovate will create 2 Pull Requests: <details> <summary>Update pip-dependencies</summary> - Schedule: ["after 6pm"] - Branch name: `renovate/pip-dependencies` - Merge into: `main` - Upgrade [isort](https://togithub.com/pycqa/isort) to `==5.11.4` - Upgrade [pytest-asyncio](https://togithub.com/pytest-dev/pytest-asyncio) to `==0.20.3` </details> <details> <summary>Update dependency mkdocs-material to v9</summary> - Schedule: ["after 6pm"] - Branch name: `renovate/major-pip-dependencies` - Merge into: `main` - Upgrade [mkdocs-material](https://togithub.com/squidfunk/mkdocs-material) to `>=9,<10` </details> --- ❓ Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section. If you need any further assistance then you can also [request help here](https://togithub.com/renovatebot/renovate/discussions). --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/AlexWaygood/typeshed-stats). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alex Waygood <[email protected]>
1 parent b115186 commit 01d9e32

File tree

2 files changed

+31
-10
lines changed

2 files changed

+31
-10
lines changed

.github/dependabot.yml

-10
This file was deleted.

.github/renovate.json

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:base"
5+
],
6+
"pip_requirements": {
7+
"fileMatch": [
8+
"^requirements/[^/]+\\.txt$"
9+
]
10+
},
11+
"packageRules": [
12+
{
13+
"groupName": "github-actions",
14+
"matchManagers": [
15+
"github-actions"
16+
],
17+
"description": "Group all GitHub Action dependencies",
18+
"separateMajorMinor": "false"
19+
},
20+
{
21+
"groupName": "pip-dependencies",
22+
"matchManagers": [
23+
"pip_requirements"
24+
],
25+
"description": "Group all pip requirements"
26+
}
27+
],
28+
"schedule": [
29+
"after 6pm"
30+
]
31+
}

0 commit comments

Comments
 (0)