From 85e6cb95d0a7f4c466c34ef5048fcee2e8fa461b Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sat, 9 Mar 2024 22:28:28 +0000 Subject: [PATCH 1/3] chore: Add Woodpecker CI config (#5) Closes kemitix/paperoni#3 Reviewed-on: https://git.kemitix.net/kemitix/paperoni/pulls/5 Co-authored-by: Paul Campbell Co-committed-by: Paul Campbell --- .woodpecker.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .woodpecker.yml diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..0072a71 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,20 @@ +steps: + build: + when: + - event: cron + - event: push + branch: main + - event: pull_request + image: docker.io/rust:1.52.1 + commands: + - apt-get install libssl-dev + - cargo build + test: + when: + - event: cron + - event: push + branch: main + - event: pull_request + image: docker.io/rust:1.52.1 + commands: + - cargo test From d9553b6b54e9862ef463127b14b778c8cb1fef8e Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 10 Mar 2024 08:07:47 +0000 Subject: [PATCH 2/3] chore: Unpin rust version (#6) Closes kemitix/paperoni#2 Reviewed-on: https://git.kemitix.net/kemitix/paperoni/pulls/6 Co-authored-by: Paul Campbell Co-committed-by: Paul Campbell --- rust-toolchain | 1 - 1 file changed, 1 deletion(-) delete mode 100644 rust-toolchain diff --git a/rust-toolchain b/rust-toolchain deleted file mode 100644 index 154cb93..0000000 --- a/rust-toolchain +++ /dev/null @@ -1 +0,0 @@ -1.52.1 From 83a1c70c6807c21fd60000916855b07090643b10 Mon Sep 17 00:00:00 2001 From: renovate Date: Sun, 10 Mar 2024 09:44:36 +0000 Subject: [PATCH 3/3] chore: Configure Renovate (#7) 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) * `.woodpecker.yml` (woodpecker) ### 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. 🔡 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 21 Pull Requests:
fix(deps): update rust crate chrono to 0.4.35 - Schedule: ["at any time"] - Branch name: `renovate/chrono-0.x` - Merge into: `main` - Upgrade [chrono](https://github.com/chronotope/chrono) to `0.4.35`
fix(deps): update rust crate futures to 0.3.30 - Schedule: ["at any time"] - Branch name: `renovate/rust-futures-monorepo` - Merge into: `main` - Upgrade [futures](https://github.com/rust-lang/futures-rs) to `0.3.30`
fix(deps): update rust crate log to 0.4.21 - Schedule: ["at any time"] - Branch name: `renovate/log-0.x` - Merge into: `main` - Upgrade [log](https://github.com/rust-lang/log) to `0.4.21`
fix(deps): update rust crate thiserror to 1.0.57 - Schedule: ["at any time"] - Branch name: `renovate/thiserror-1.x` - Merge into: `main` - Upgrade [thiserror](https://github.com/dtolnay/thiserror) to `1.0.57`
chore(deps): update docker.io/rust docker tag to v1.76.0 - Schedule: ["at any time"] - Branch name: `renovate/docker.io-rust-1.x` - Merge into: `main` - Upgrade docker.io/rust to `1.76.0`
fix(deps): update rust crate async-std to 1.12.0 - Schedule: ["at any time"] - Branch name: `renovate/async-std-1.x` - Merge into: `main` - Upgrade [async-std](https://github.com/async-rs/async-std) to `1.12.0`
fix(deps): update rust crate base64 to 0.22.0 - Schedule: ["at any time"] - Branch name: `renovate/base64-0.x` - Merge into: `main` - Upgrade [base64](https://github.com/marshallpierce/rust-base64) to `0.22.0`
fix(deps): update rust crate clap to 2.34.0 - Schedule: ["at any time"] - Branch name: `renovate/clap-2.x` - Merge into: `main` - Upgrade [clap](https://github.com/clap-rs/clap) to `2.34.0`
fix(deps): update rust crate colored to 2.1.0 - Schedule: ["at any time"] - Branch name: `renovate/colored-2.x` - Merge into: `main` - Upgrade [colored](https://github.com/mackwic/colored) to `2.1.0`
fix(deps): update rust crate derive_builder to 0.20.0 - Schedule: ["at any time"] - Branch name: `renovate/derive_builder-0.x` - Merge into: `main` - Upgrade [derive_builder](https://github.com/colin-kiegel/rust-derive-builder) to `0.20.0`
fix(deps): update rust crate epub-builder to 0.7.4 - Schedule: ["at any time"] - Branch name: `renovate/epub-builder-0.x` - Merge into: `main` - Upgrade [epub-builder](https://github.com/lise-henry/epub-builder) to `0.7.4`
fix(deps): update rust crate flexi_logger to 0.27.4 - Schedule: ["at any time"] - Branch name: `renovate/flexi_logger-0.x` - Merge into: `main` - Upgrade [flexi_logger](https://github.com/emabee/flexi_logger) to `0.27.4`
fix(deps): update rust crate html5ever to 0.26.0 - Schedule: ["at any time"] - Branch name: `renovate/html5ever-0.x` - Merge into: `main` - Upgrade [html5ever](https://github.com/servo/html5ever) to `0.26.0`
fix(deps): update rust crate indicatif to 0.17.8 - Schedule: ["at any time"] - Branch name: `renovate/indicatif-0.x` - Merge into: `main` - Upgrade [indicatif](https://github.com/console-rs/indicatif) to `0.17.8`
fix(deps): update rust crate itertools to 0.12.1 - Schedule: ["at any time"] - Branch name: `renovate/itertools-0.x` - Merge into: `main` - Upgrade [itertools](https://github.com/rust-itertools/itertools) to `0.12.1`
fix(deps): update rust crate regex to 1.10.3 - Schedule: ["at any time"] - Branch name: `renovate/regex-1.x` - Merge into: `main` - Upgrade [regex](https://github.com/rust-lang/regex) to `1.10.3`
fix(deps): update rust crate surf to 2.3.2 - Schedule: ["at any time"] - Branch name: `renovate/surf-2.x` - Merge into: `main` - Upgrade [surf](https://github.com/http-rs/surf) to `2.3.2`
fix(deps): update rust crate url to 2.5.0 - Schedule: ["at any time"] - Branch name: `renovate/url-2.x` - Merge into: `main` - Upgrade [url](https://github.com/servo/rust-url) to `2.5.0`
fix(deps): update rust crate clap to v4 - Schedule: ["at any time"] - Branch name: `renovate/clap-4.x` - Merge into: `main` - Upgrade [clap](https://github.com/clap-rs/clap) to `4.5.2`
fix(deps): update rust crate comfy-table to v7 - Schedule: ["at any time"] - Branch name: `renovate/comfy-table-7.x` - Merge into: `main` - Upgrade [comfy-table](https://github.com/nukesor/comfy-table) to `7.1.0`
fix(deps): update rust crate directories to v5 - Schedule: ["at any time"] - Branch name: `renovate/directories-5.x` - Merge into: `main` - Upgrade [directories](https://github.com/soc/directories-rs) to `5.0.1`

🚸 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 Reviewed-on: https://git.kemitix.net/kemitix/paperoni/pulls/7 Co-authored-by: renovate Co-committed-by: renovate --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..5db72dd --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended" + ] +}