Commit graph

57 commits

Author SHA1 Message Date
Renovate Bot 3d846aeb87 chore(deps): update dependency git_ops to v2.6.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-05-11 10:28:46 +12:00
Renovate Bot 6c1fc1bdfe chore(deps): update dependency credo to v1.7.6
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-05-09 23:48:32 +12:00
Renovate Bot 30002d7e16 chore(deps): update dependency erlang to v26.2.5
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-05-03 03:28:22 +12:00
Renovate Bot d55adf88c0 chore(deps): update dependency erlang to v26.2.4
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-04-13 00:26:41 +12:00
James Harton a707b126c0
chore: fix docs release.
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-14 19:20:32 +13:00
Renovate Bot e717e62e24 chore(deps): update dependency git_ops to v2.6.0
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-14 14:24:09 +13:00
Renovate Bot 7193cbcc7a chore(deps): update dependency earmark to v1.4.46
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-03-14 00:37:40 +00:00
Renovate Bot 116a3b15c8 chore(deps): update dependency credo to v1.7.5
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-03-13 20:55:07 +00:00
Renovate Bot eb85b3149a chore(deps): update dependency elixir to v1.16.2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-03-11 00:28:40 +13:00
James Harton 3538500936
chore: fix typo in readme
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-08 14:42:57 +13:00
Renovate Bot 3574581013 chore(deps): update dependency erlang to v26.2.3
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-03-07 22:21:10 +13:00
Renovate Bot ac50f3ed5a chore(deps): update dependency ex_check to ~> 0.16
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-03-01 23:17:48 +13:00
James Harton aac72745af
chore: release version v1.0.1
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-23 19:43:33 +13:00
James Harton cde2bdd7c7
chore: install ex_check.
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-23 19:32:33 +13:00
James Harton 0d3526c3f5
docs: Update hexdocs generation and add more package links. 2024-02-23 19:32:11 +13:00
James Harton 18ffda266c
docs: Update documentation links in README.
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-22 13:26:05 +13:00
Renovate Bot 78d9157e79 chore: Configure Renovate (#21)
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

With your current configuration, Renovate will create 1 Pull Request:

<details>
<summary>chore(deps): update dependency ex_doc to ~> 0.31</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/ex_doc-0.x`
  - Merge into: `main`
  - Upgrade ex_doc to `~> 0.31`

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

Reviewed-on: #21
Co-authored-by: Renovate Bot <bot@harton.nz>
Co-committed-by: Renovate Bot <bot@harton.nz>
2024-02-14 17:43:58 +13:00
James Harton 2208ca497e chore: remove old renovate configuration.
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-14 14:59:30 +13:00
James Harton 17391af41d chore: migrate to local (#20)
All checks were successful
continuous-integration/drone/push Build is passing
* Add Drone CI configuration
* Change URLs
* Remove Gitlab CI configuration

Reviewed-on: #20
Co-authored-by: James Harton <james@harton.nz>
Co-committed-by: James Harton <james@harton.nz>
2024-02-14 12:01:04 +13:00
James Harton 6dd6541828
chore: update ' to ~c. 2023-07-09 13:52:06 +12:00
James Harton dc75e5a452 chore(deps): update dependency ex_doc to ~> 0.30 2023-07-07 23:22:02 +12:00
James Harton 2c07e2be10 chore: fix copyright notice. 2023-01-17 10:47:21 +13:00
James Harton 5c1ae8f831 chore: fix git_ops config. 2023-01-17 10:17:28 +13:00
James Harton 230f6fe7ad chore: release version v1.0.0 2023-01-16 21:13:40 +00:00
James Harton 09698160af chore!: Relicense to HL3-FULL 2023-01-17 10:09:40 +13:00
James Harton 645177b3f5 chore(deps): update dependency ex_doc to ~> 0.29 2022-10-20 06:27:01 +13:00
James Harton 1ac7368194 chore(deps): update dependency ex_doc to >= 0.28.1 2022-02-23 11:05:56 +13:00
James Harton 6022709d54 chore(deps): update dependency earmark to >= 1.4.20 2022-01-31 13:18:01 +13:00
James Harton a7374d0295 chore(deps): update dependency earmark to v1 2021-12-09 17:15:10 +13:00
James Harton 9305025206 chore(deps): update dependency git_ops to ~> 2.4 2021-12-09 16:16:26 +13:00
James Harton 8798ff3451 chore(deps): update dependency ex_doc to >= 0.26.0 2021-12-09 14:47:16 +13:00
James Harton b8fac26cdc chore(deps): update dependency earmark to >= 0.2.1 2021-12-09 13:21:00 +13:00
James Harton 800173f484 chore(deps): update dependency credo to ~> 1.6 2021-12-09 11:25:05 +13:00
James Harton 91b294d6f1 chore: update renovate.json 2021-12-09 10:56:16 +13:00
James Harton 7805459537 chore(dev-deps): Update git_ops to 2.4.5. 2021-12-08 12:52:52 +13:00
James Harton 57584e9313 chore(dev-deps): Update ex_doc to 0.26.0. 2021-12-08 12:49:08 +13:00
James Harton 68b79c856c chore(dev-deps): Update earmark to 1.4.19. 2021-12-08 12:46:16 +13:00
James Harton 033c3609e9 chore(dev-deps): Update credo to 1.6.1. 2021-12-08 12:42:01 +13:00
James Harton fa06e3a13a chore: change default branch to main. 2021-12-08 12:39:17 +13:00
James Harton 460c1f3ec9 chore: set up git_ops and auto-releasing 2020-12-28 19:43:50 +13:00
James Harton 20b5d4c451 Update copyright owner. 2020-11-01 14:23:14 +13:00
James Harton a34efb2c3d Update deps and fix build. 2020-10-30 19:26:54 +13:00
James Harton bd7db43e69 Merge branch 'renovate/dialyxir-1.x' into 'master'
Update dependency dialyxir to v1

See merge request jimsy/angle!3
2020-07-23 21:50:41 +00:00
James Harton 0dd05c9033 Update dependency dialyxir to v1 2020-07-24 09:49:22 +12:00
James Harton 8b3715e93b Merge branch 'renovate/configure' into 'master'
Configure Renovate

See merge request jimsy/angle!2
2020-07-23 21:41:01 +00:00
James Harton b8c897482c Add renovate.json 2020-07-23 16:34:12 +12:00
James Harton 34e23badda credo doesn't fail if I turn off strict mode. 🤷 2019-10-18 17:27:50 +13:00
James Harton bd20f0d9e0 Upgrade Credo to v1.1.1. 2019-07-18 09:53:54 +12:00
James Harton 00fc396e0d Upgrade deps to hopefully allow the build to pass. 2019-07-01 08:34:56 +12:00
James Harton 986e66ba5d Add MIT license file. 2019-03-04 15:02:45 +13:00