Skip to content

Commit c744ecd

Browse files
authored
chore(renovate): add pre-commit (#652)
* chore(renovate): add pre-commit * Update .pre-commit-config.yaml
1 parent 4555a02 commit c744ecd

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,11 @@ repos:
6464
hooks:
6565
- id: hadolint-docker
6666

67-
- repo: https://github.com/markdownlint/markdownlint
68-
rev: v0.12.0
67+
- repo: https://github.com/DavidAnson/markdownlint-cli2
68+
rev: v0.18.1
6969
hooks:
70-
- id: markdownlint
70+
- id: markdownlint-cli2
71+
args: [--fix]
7172

7273
- repo: https://github.com/astral-sh/ruff-pre-commit
7374
rev: v0.13.3

renovate.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
"automerge": true,
1919
"enabled": true
2020
},
21+
"pre-commit": {
22+
"enabled": true
23+
},
2124
"packageRules": [
2225
{
2326
"automerge": false,

0 commit comments

Comments
 (0)