Skip to content

Commit

Permalink
Do not update typos by renovatebot
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jul 9, 2024
1 parent 1936aca commit 6a7ff33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
"labels": ["dependencies", "renovate"],
"nix": {
"enabled": false
}
},
"ignoreDeps": [
"crate-ci/typos"
]
}
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@v1.23.1 # selfup {"extract":"\\d\\.\\d+\\.\\d+","replacer":["bash","-c","typos --version | cut -d ' ' -f 2"]}
- uses: crate-ci/typos@v1.21.0 # selfup {"extract":"\\d\\.\\d+\\.\\d+","replacer":["bash","-c","typos --version | cut -d ' ' -f 2"]}
with:
files: |
.
Expand Down

0 comments on commit 6a7ff33

Please sign in to comment.