To host the renovate config.
Go to file
Renovate Bot 6b3db45cbf chore(deps): update ghcr.io/renovatebot/renovate docker tag to v36.92.1 (#8)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [ghcr.io/renovatebot/renovate](https://github.com/renovatebot/renovate) | container | minor | `36.89.0` -> `36.92.1` |

---

### Release Notes

<details>
<summary>renovatebot/renovate (ghcr.io/renovatebot/renovate)</summary>

### [`v36.92.1`](https://github.com/renovatebot/renovate/releases/tag/36.92.1)

[Compare Source](https://github.com/renovatebot/renovate/compare/36.92.0...36.92.1)

##### Bug Fixes

-   **manager/argocd:** allow the apiVersion to be quoted ([#&#8203;24355](https://github.com/renovatebot/renovate/issues/24355)) ([23bb573](23bb573cd1))

### [`v36.92.0`](https://github.com/renovatebot/renovate/releases/tag/36.92.0)

[Compare Source](https://github.com/renovatebot/renovate/compare/36.91.0...36.92.0)

##### Features

-   autodiscover repositories by namespace ([#&#8203;24321](https://github.com/renovatebot/renovate/issues/24321)) ([d5db1c6](d5db1c68f8))

##### Documentation

-   update references to renovate/renovate to v36.91.0 ([#&#8203;24341](https://github.com/renovatebot/renovate/issues/24341)) ([7e70c56](7e70c56e64))

##### Miscellaneous Chores

-   **deps:** lock file maintenance ([#&#8203;24342](https://github.com/renovatebot/renovate/issues/24342)) ([b608b69](b608b69324))
-   **deps:** update actions/checkout action to v4 ([#&#8203;24349](https://github.com/renovatebot/renovate/issues/24349)) ([5d3c9fc](5d3c9fcb32))
-   **deps:** update davidanson/markdownlint-cli2-action action to v12 ([#&#8203;24351](https://github.com/renovatebot/renovate/issues/24351)) ([1f96ca3](1f96ca395a))
-   **deps:** update dependency conventional-changelog-conventionalcommits to v7 ([#&#8203;24350](https://github.com/renovatebot/renovate/issues/24350)) ([08cde01](08cde015da))

### [`v36.91.0`](https://github.com/renovatebot/renovate/releases/tag/36.91.0)

[Compare Source](https://github.com/renovatebot/renovate/compare/36.89.0...36.91.0)

##### Features

-   **presets:** Add Refit and prometheus-net monorepos ([#&#8203;24337](https://github.com/renovatebot/renovate/issues/24337)) ([1b414dc](1b414dcf0e))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44OS4wIiwidXBkYXRlZEluVmVyIjoiMzYuODkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Reviewed-on: gitea/renovate-config#8
Co-authored-by: Renovate Bot <renovate-bot@gitea.com>
Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
2023-09-12 01:55:09 +00:00
.gitea/workflows chore(deps): update ghcr.io/renovatebot/renovate docker tag to v36.92.1 (#8) 2023-09-12 01:55:09 +00:00
config.js Enable autodiscover for giteaorg (#3) 2023-09-05 20:32:25 +00:00
default.json nopin 2023-09-08 18:09:52 +00:00
LICENSE Initial commit 2023-08-30 07:53:40 +00:00
README.md Ensure Renovate updates itself regularly (#6) 2023-09-09 14:10:56 +00:00
renovate.json Ensure Renovate updates itself regularly (#6) 2023-09-09 14:10:56 +00:00

renovate-config

To host the renovate config.

  • config.js holds the self-hosted Renovate configuration so that Renovate knows what and how it should process.
  • renovate.json in this repository ensures to receive Renovate updates.
  • default.json holds the basic config for all repositories. It extends the presets by the renovate project defined in renovate-schema.json.
  • Each repository can extend/alter this config by adding a renovate.json file to the root of the repository.