Documentation/renovate.json
Dependency bot 8f5231283e chore: Configure Renovate (#433)
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.

---
### Detected Package Files

 * `Dockerfile` (dockerfile)
 * `package.json` (npm)

### 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 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.
  - Run lock file maintenance (updates) early Monday mornings.
  - Schedule automerge daily.
  - Schedule for weekends.
  - 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.
  - Run lock file maintenance (updates) early Monday mornings.
  - Schedule automerge daily.
  - Schedule for weekends.
  - Run Renovate on following schedule: every weekend

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

<details>
<summary>chore(deps): update dependency pagefind to v1.1.0</summary>

  - Schedule: ["every weekend"]
  - Branch name: `renovate/pagefind-1.x-lockfile`
  - Merge into: `main`
  - Upgrade [pagefind](https://github.com/CloudCannon/pagefind) to `1.1.0`

</details>

<details>
<summary>chore(deps): update font awesome to v6.5.2</summary>

  - Schedule: ["every weekend"]
  - Branch name: `renovate/font-awesome`
  - Merge into: `main`
  - Upgrade [@fortawesome/fontawesome-svg-core](https://github.com/FortAwesome/Font-Awesome) to `6.5.2`
  - Upgrade [@fortawesome/free-solid-svg-icons](https://github.com/FortAwesome/Font-Awesome) to `6.5.2`

</details>

<details>
<summary>chore(deps): update dependency markdown-it-anchor to v9</summary>

  - Schedule: ["every weekend"]
  - Branch name: `renovate/markdown-it-anchor-9.x`
  - Merge into: `main`
  - Upgrade [markdown-it-anchor](https://github.com/valeriangalliat/markdown-it-anchor) to `^9.0.0`

</details>

<details>
<summary>chore(deps): update node.js to v16</summary>

  - Schedule: ["every weekend"]
  - Branch name: `renovate/node-16.x`
  - Merge into: `main`
  - Upgrade [node](https://github.com/nodejs/node) to `16.15.1-stretch-slim`

</details>

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

  - Schedule: ["before 4am on Monday"]
  - Branch name: `renovate/lock-file-maintenance`
  - Merge into: `main`
  - Regenerate lock files to use latest dependency versions

</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://github.com/renovatebot/renovate/discussions).

---

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

<!--renovate-config-hash:67259f1d62398ce599523778399b8abd7a312190509ac1958cd9cc122e7196ad-->

Co-authored-by: woodpecker-bot <woodpecker-bot@obermui.de>
Co-authored-by: pat-s <pat-s@noreply.codeberg.org>
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/433
Co-authored-by: Dependency bot <renovate-bot@noreply.codeberg.org>
Co-committed-by: Dependency bot <renovate-bot@noreply.codeberg.org>
2024-06-11 07:47:06 +00:00

5 lines
133 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>Codeberg-Infrastructure/renovate-config"]
}