Skip to content

Commit

Permalink
Configure Renovate (#9)
Browse files Browse the repository at this point in the history
[![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/ci.yml` (github-actions)
 * `.github/workflows/publish.yml` (github-actions)
 * `pyproject.toml` (poetry)

### Configuration Summary

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

  - Start dependency updates only once this onboarding PR is merged
  - Show all Merge Confidence badges for pull requests.
  - 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 directories.
  - Group known monorepo packages together.
  - Use curated list of recommended non-monorepo package groupings.
  - Apply crowd-sourced package replacement rules.
  - Apply crowd-sourced workarounds for known problems with packages.
  - Automerge `patch` and `minor` upgrades if they pass tests.
  - Raise a PR first before any automerging.
  - Require all status checks to pass before any automerging.
- Do not separate `patch` and `minor` upgrades into separate PRs for the
same dependency.
  - Enable Renovate Dependency Dashboard creation.
- Separate each `major` version of dependencies into individual
branches/PRs.

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

<details>
<summary>Update dependency ruff to ^0.0.288</summary>

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


</details>

<details>
<summary>Update dependency ziggy-pydust to v0.3.4</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/ziggy-pydust-0.x-lockfile`
  - Merge into: `develop`
  - Upgrade ziggy-pydust to `0.3.4`


</details>

<details>
<summary>Update actions/checkout action to v4</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/actions-checkout-4.x`
  - Merge into: `develop`
- Upgrade [actions/checkout](https://togithub.com/actions/checkout) to
`v4`


</details>

<br />

🚸 Branch 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` 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://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://developer.mend.io/github/fulcrum-so/ziggy-pydust-template).


<!--renovate-config-hash:8f03bc5ce7df06a818f454d5933f2b77fea1ef6d115c81e57d457ff3f13edacb-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 12, 2023
1 parent 8f60d90 commit 0a054d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>fulcrum-so/renovate-config"
]
}

0 comments on commit 0a054d2

Please sign in to comment.