Skip to content

Commit

Permalink
ci(pre-commit): Follow the upstream change
Browse files Browse the repository at this point in the history
No need to have pre-commit config.
  • Loading branch information
5ouma committed Dec 7, 2024
1 parent c4a3190 commit 482e1fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>5ouma/utils"],
"pre-commit": { "fileMatch": ["pre-commit.yml"] },
"customManagers": [
{
"customType": "regex",
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,3 @@ jobs:
steps:
- name: 🚸 Run pre-commit
uses: 5ouma/utils/pre-commit@3476e9f4061bbf7029969018ee0b0de1e27dd364 # main
with:
config: data/pre-commit.yml

0 comments on commit 482e1fe

Please sign in to comment.