Stupid simple notifications library.
Find a file
renovate-bot bf658fa945
chore: Configure Renovate (#1)
Welcome to [Renovate](https://github.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.

📚 See our [Reading List](https://docs.renovatebot.com/reading-list/) for relevant documentation you may be interested in reading.

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

---
### Detected Package Files

 * `pyproject.toml` (poetry)
 * `renovate.json` (renovate-config)

### Configuration Summary

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

  - Start dependency updates only once this onboarding PR is merged
  - 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 (except for nuget) directories.
  - Group known monorepo packages together.
  - Use curated list of recommended non-monorepo package groupings.
  - Show only the Age and Confidence Merge Confidence badges for pull requests.
  - Apply crowd-sourced package replacement rules.
  - Apply crowd-sourced workarounds for known problems with packages.
  - Ensure that every dependency pinned by digest and sourced from Forgejo contains a link to the commit-to-commit diff
  - Ensure that every dependency pinned by digest and sourced from Gitea contains a link to the commit-to-commit diff
  - Ensure that every dependency pinned by digest and sourced from GitHub.com and Github enterprise contains a link to the commit-to-commit diff
  - Ensure that every dependency pinned by digest and sourced from GitLab.com contains a link to the commit-to-commit diff
  - Correctly link to the source code for golang.org/x packages
  - Link to pkg.go.dev/... for golang.org/x packages' title
  - Pin Docker digests.
  - Pin `github-action` digests.
  - Enable Renovate configuration migration PRs when needed.
  - Pin dependency versions for development dependencies.
  - Recommended configuration for abandoned packages, treating packages without a release for 1 year as abandoned, while taking into account community-sourced overrides.
  - Wait until the npm package is three days old before raising the update. This a) introduces a short delay to allow for malware researchers and scanners to (possibly) detect any malicious behaviour in packages, and b) prevents the maintainer and/or NPM from unpublishing a package you already upgraded to, breaking builds.
  - Run lock file maintenance (updates) early Monday mornings.
  - Disable Renovate Dependency Dashboard creation.
  - default base preset for Forgejo repos

---

### What to Expect

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

<details>
<summary>chore(deps): pin dependencies</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/pin-dependencies`
  - Merge into: `main`
  - Pin [mypy](https://github.com/python/mypy) to `1.14.1`
  - Pin [pytest](https://github.com/pytest-dev/pytest) to `8.3.4`
  - Pin [pytest-cov](https://github.com/pytest-dev/pytest-cov) to `6.0.0`
  - Pin [python-dotenv](https://github.com/theskumar/python-dotenv) to `1.0.1`
  - Pin [ruff](https://github.com/astral-sh/ruff) to `0.8.6`

</details>

<details>
<summary>chore(deps): update dependency requests to v2.34.2</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/requests-2.x-lockfile`
  - Merge into: `main`
  - Upgrade [requests](https://github.com/psf/requests) to `2.34.2`

</details>

<details>
<summary>chore(deps): update dependency ruff to ^0.15.0</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/ruff-0.x`
  - Merge into: `main`
  - Upgrade [ruff](https://github.com/astral-sh/ruff) to `^0.15.0`

</details>

<details>
<summary>chore(deps): update dependency mypy to v2</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/mypy-2.x`
  - Merge into: `main`
  - Upgrade [mypy](https://github.com/python/mypy) to `^2.0.0`

</details>

<details>
<summary>chore(deps): update dependency pytest to v9</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/pytest-9.x`
  - Merge into: `main`
  - Upgrade [pytest](https://github.com/pytest-dev/pytest) to `^9.0.0`

</details>

<details>
<summary>chore(deps): update dependency pytest-cov to v7</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/pytest-cov-7.x`
  - Merge into: `main`
  - Upgrade [pytest-cov](https://github.com/pytest-dev/pytest-cov) to `^7.0.0`

</details>

<details>
<summary>fix(deps): update dependency rich to v15</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/rich-15.x`
  - Merge into: `main`
  - Upgrade [rich](https://github.com/Textualize/rich) to `^15.0.0`

</details>

<details>
<summary>chore(deps): lock file maintenance</summary>

  - Schedule: ["* 0-3 * * 1"]
  - Branch name: `renovate/lock-file-maintenance`
  - Merge into: `main`
  - Regenerate lock files to use latest dependency versions

</details>

🚸 PR 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`](https://docs.renovatebot.com/configuration-options/#prhourlylimit) for 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://github.com/renovatebot/renovate/discussions).

---

This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).

<!--renovate-config-hash:e9f5fe44f8e74c47c219558654c9e94c73c93d8715cf2060cf842da890128d10-->

Reviewed-on: #1
2026-05-22 22:24:01 +00:00
.vscode init 2025-01-05 17:12:38 -05:00
envoyer revert to manual versioning 2025-01-05 17:31:28 -05:00
Examples init 2025-01-05 17:12:38 -05:00
tests init 2025-01-05 17:12:38 -05:00
.gitignore init 2025-01-05 17:12:38 -05:00
LICENSE init 2025-01-05 17:12:38 -05:00
poetry.lock revert to manual versioning 2025-01-05 17:31:28 -05:00
poetry.toml init 2025-01-05 17:12:38 -05:00
pyproject.toml revert to manual versioning 2025-01-05 17:31:28 -05:00
README.md init 2025-01-05 17:12:38 -05:00
renovate.json chore: Configure Renovate (#1) 2026-05-22 22:24:01 +00:00