Commit graph

27 commits

Author SHA1 Message Date
bf17f469e8 chore(deps): update dependency elixir to v1.17.2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-07-07 09:31:57 +12:00
31a6592493 chore: Configure Renovate (#14)
All checks were successful
continuous-integration/drone/push Build is passing
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

 * `.tool-versions` (asdf)
 * `.drone.yml` (droneci)
 * `mix.exs` (mix)

### 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.
  - Use semantic prefixes for commit messages and PR titles.
  - Use `chore` as semantic commit type for commit messages and PR titles.
  - Removes rate limit for PR creation per hour.
  - Remove limit for open PRs at any time.
  - Automerge all upgrades (including `major`) if they pass tests.
  - Assign PRs to `james`.
  - Rebase existing PRs any time the base branch has been updated.
  - Raise PR when vulnerability alerts are detected.
  - Disable Renovate Dependency Dashboard creation.

🔡 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

It looks like your repository dependencies are already up-to-date and no Pull Requests will be necessary right away.

---

 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:758a0db051676a629cb8daada3244b6287c728a47d095002c4ae62062eae6bf3-->

Reviewed-on: #14
Co-authored-by: Renovate Bot <bot@harton.nz>
Co-committed-by: Renovate Bot <bot@harton.nz>
2024-06-24 16:34:54 +12:00
0992ce9eb6 chore: release version v0.2.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2024-06-24 03:39:12 +00:00
7e7a963650
chore: Migrate to local.
All checks were successful
continuous-integration/drone Build is passing
2024-06-24 15:32:37 +12:00
a85d1ca8d3 chore(deps): update dependency ex_doc to ~> 0.30 2023-07-07 23:07:36 +12:00
0596f792e8 chore!: Relicense to HL3-FULL. 2023-01-17 11:08:20 +13:00
0b0ec33088 chore(deps): update dependency ex_doc to ~> 0.29 2022-10-20 06:02:13 +13:00
73bd22dfa5 chore(deps): update dependency ex_doc to >= 0.28.1 2022-02-23 10:28:27 +13:00
fcfccdb7a7 chore(deps): update dependency earmark to >= 1.4.20 2022-01-31 12:41:23 +13:00
e2316016cd chore(deps): update dependency git_ops to ~> 2.4 2021-12-09 17:36:42 +13:00
e39c0aa12e chore(deps): update dependency ex_doc to >= 0.26.0 2021-12-09 16:46:23 +13:00
36b384fd73 chore(deps): update dependency earmark to v1 2021-12-09 15:38:57 +13:00
49fb1e491f chore(deps): update dependency earmark to >= 0.2.1 2021-12-09 13:59:48 +13:00
3a44263151 chore(credo): fix linting issues. 2021-12-09 13:26:48 +13:00
84ff4e7958 chore(deps): update dependency credo to ~> 1.6 2021-12-09 12:19:04 +13:00
664f468ee0 chore: update renovate.json 2021-12-09 11:25:00 +13:00
8f406026dd chore: set up git_ops and auto-releasing 2021-12-08 18:14:14 +13:00
37de66b1ab chore: change default branch to main. 2021-12-08 18:05:56 +13:00
James Harton
8d04917f55 Merge branch 'renovate/configure' into 'master'
Configure Renovate

See merge request jimsy/midi_proto!1
2020-07-21 02:52:18 +00:00
James Harton
385760f972 Add renovate.json 2020-07-21 02:30:32 +00:00
James Harton
ef4242e1e6 Tidy up for initial release. 2020-05-10 20:04:16 +12:00
James Harton
5c3b6d1853 Improve README and add LICENSE file. 2020-05-10 17:44:58 +12:00
James Harton
5799027910 Add basic Firmata support. 2020-05-10 17:44:48 +12:00
James Harton
f4a53f15f4 Implement parsing of inbound midi messages. 2020-05-08 08:49:56 +12:00
James Harton
ca13d63645 First pass at being able to represent and generate all basic MIDI messages. 2020-05-05 22:13:34 +12:00
James Harton
6a4fdcbf54 Configure CI, etc. 2020-05-05 15:45:50 +12:00
James Harton
e76e2ff0ed Empty mix app. 2020-05-05 15:41:36 +12:00