ansible-renovate-role/package.json
Renovate e5c55332c5 ⬆️ Update Yarn to v3.2.3 (#21)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [yarn](https://github.com/yarnpkg/berry) | packageManager | patch | [`3.2.2` -> `3.2.3`](https://renovatebot.com/diffs/npm/yarn/3.2.2/3.2.3) |

---

### Release Notes

<details>
<summary>yarnpkg/berry</summary>

### [`v3.2.3`](7a42886db3...3f3b8a529b)

[Compare Source](7a42886db3...3f3b8a529b)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNzQuMiIsInVwZGF0ZWRJblZlciI6IjMyLjE3NC4yIn0=-->

Reviewed-on: #21
Co-authored-by: Renovate <ronovate@seb6596.ovh>
Co-committed-by: Renovate <ronovate@seb6596.ovh>
2022-08-28 12:59:20 +02:00

20 lines
479 B
JSON

{
"name": "ansible-playbook-template",
"version": "1.0.0",
"repository": "ssh://git@git.sebclem.fr:222/sebclem/ansible-playbook-template.git",
"author": "SebClem <seb6596@gmail.com>",
"license": "MIT",
"devDependencies": {
"husky": "8.0.1",
"lint-staged": "13.0.3",
"prettier": "2.7.1"
},
"lint-staged": {
"*.{js,css,md,json,yml,yaml}": "prettier --write"
},
"scripts": {
"prepare": "husky install"
},
"packageManager": "yarn@3.2.3"
}