From 44c2debea61f70c24ad6d827987e85e2132ed3d1 Mon Sep 17 00:00:00 2001 From: Forgejo Actions Date: Thu, 27 Jun 2024 05:26:32 +0200 Subject: [PATCH] chore: Configure Renovate (#3) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 * `Cargo.toml` (cargo) * `cli/Cargo.toml` (cargo) * `codegen/Cargo.toml` (cargo) * `downloader/Cargo.toml` (cargo) * `.forgejo/workflows/ci.yaml` (github-actions) * `.forgejo/workflows/release.yaml` (github-actions) * `.forgejo/workflows/renovate.yaml` (github-actions) * `testfiles/dict/cldr_data/package.json` (npm) * `.woodpecker.yml` (woodpecker) ### What to Expect With your current configuration, Renovate will create 4 Pull Requests:
chore(deps): update rust crate quick-xml to 0.34.0 - Schedule: ["at any time"] - Branch name: `renovate/quick-xml-0.x` - Merge into: `main` - Upgrade [quick-xml](https://github.com/tafia/quick-xml) to `0.34.0`
chore(deps): update rust crate rstest to 0.21.0 - Schedule: ["at any time"] - Branch name: `renovate/rstest-0.x` - Merge into: `main` - Upgrade [rstest](https://github.com/la10736/rstest) to `0.21.0`
chore(deps): update dependency cldr-dates-modern to v45 - Schedule: ["at any time"] - Branch name: `renovate/cldr-dates-modern-45.x` - Merge into: `main` - Upgrade [cldr-dates-modern](https://github.com/unicode-cldr/cldr-json) to `^45.0.0`
chore(deps): update dependency cldr-numbers-modern to v45 - Schedule: ["at any time"] - Branch name: `renovate/cldr-numbers-modern-45.x` - Merge into: `main` - Upgrade [cldr-numbers-modern](https://github.com/unicode-cldr/cldr-json) to `^45.0.0`
🚸 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). Co-authored-by: Renovate Bot Co-authored-by: ThetaDev Reviewed-on: https://code.thetadev.de/ThetaDev/rustypipe/pulls/3 Co-authored-by: Forgejo Actions Co-committed-by: Forgejo Actions --- renovate.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..38312ca --- /dev/null +++ b/renovate.json @@ -0,0 +1,14 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:best-practices", + ":approveMajorUpdates", + ":maintainLockFilesWeekly", + "schedule:daily" + ], + "semanticCommits": "enabled", + "automergeStrategy": "squash", + "osvVulnerabilityAlerts": true, + "labels": ["dependency-upgrade"], + "enabledManagers": ["cargo"] +}