Commit graph

16 commits

Author SHA1 Message Date
26e4f2a503 Configure Renovate (#4)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
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 1 Pull Request:

<details>
<summary>Update Rust crate clap to 4.4</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/clap-4.x`
  - Merge into: `main`
  - Upgrade [clap](https://github.com/clap-rs/clap) to `4.4`

</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:e80b4e42a3043bc12fa0640db4bac392d2bf770acf841360d7c8ceeeac2ec1a9-->

Co-authored-by: Renovate Bot <renovate@kemitix.net>
Reviewed-on: #4
Co-authored-by: renovate <renovate@noreply.kemitix.net>
Co-committed-by: renovate <renovate@noreply.kemitix.net>
2024-01-23 18:55:46 +00:00
Paul Campbell
ac5dedb7f9 Add woodpecker ci config (#3)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/cron/woodpecker Pipeline was successful
Co-authored-by: Paul Campbell <pcampbell@kemitix.net>
Reviewed-on: #3
2023-03-24 09:41:50 +00:00
ace6a0faf9 Add readme 2023-03-23 16:12:03 +00:00
8555ba93da Add justfile and integration tests 2023-03-23 16:05:37 +00:00
653e0b92a7 Update help info 2023-03-23 15:14:10 +00:00
3dc4d94847 refactoring 2023-03-23 14:49:56 +00:00
85896bdb86 User BufRead to avoid loading entire file into memory and also support stdin 2023-03-23 14:46:02 +00:00
20263c9474 Use impl Write over a closure 2023-03-23 08:09:58 +00:00
a31d0f769a nice error message 2023-03-22 07:41:03 +00:00
9b6470bf06 skip until matching tokens seen 2023-03-22 07:21:16 +00:00
fca15ad95a cargo fmt 2023-03-22 06:52:40 +00:00
c1fdfbdcc8 skip until matching lines seen 2023-03-21 20:43:10 +00:00
47acf65bf7 skip lines by counter alone 2023-03-21 07:43:18 +00:00
f87ef5a9c0 extract into lib and add first test 2023-03-20 21:33:10 +00:00
3f79ffd928 Parse command line arguments 2023-03-20 07:24:42 +00:00
f12f789c5c initial commit 2023-03-19 18:02:45 +00:00