diff --git a/.github/renovate.json b/.github/renovate.json index 1a4542c2..d9d028c3 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -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", diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 196c8033..46ea0b8a 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -12,5 +12,3 @@ jobs: steps: - name: 🚸 Run pre-commit uses: 5ouma/utils/pre-commit@3476e9f4061bbf7029969018ee0b0de1e27dd364 # main - with: - config: data/pre-commit.yml