ansible-role-template/package.json
Renovate 42ec8e86fa ⬆️ Update dependency husky to v8.0.1 (#3)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [husky](https://typicode.github.io/husky) ([source](https://github.com/typicode/husky)) | devDependencies | patch | [`8.0.0` -> `8.0.1`](https://renovatebot.com/diffs/npm/husky/8.0.0/8.0.1) |

---

### Release Notes

<details>
<summary>typicode/husky</summary>

### [`v8.0.1`](https://github.com/typicode/husky/releases/tag/v8.0.1)

[Compare Source](https://github.com/typicode/husky/compare/v8.0.0...v8.0.1)

-   fix: use POSIX equality operator

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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, check this box

---

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

Reviewed-on: #3
Co-authored-by: Renovate <ronovate@seb6596.ovh>
Co-committed-by: Renovate <ronovate@seb6596.ovh>
2022-11-03 12:17:43 +01:00

20 lines
480 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": "pnpm@7.14.2"
}