diff --git a/.github/workflows/markdownlint.yaml b/.github/workflows/markdownlint.yaml index 2f8a51b..519bd94 100644 --- a/.github/workflows/markdownlint.yaml +++ b/.github/workflows/markdownlint.yaml @@ -64,7 +64,7 @@ jobs: - name: Print config file run: cat .github/markdownlint/.markdownlint-cli2.yaml - name: Run markdownlint with rules as container - uses: YannickTeKulve/docker-run-action@37eb44806428df732c5cc168b96f2b6be8153632 + uses: YannickTeKulve/docker-run-action@37eb44806428df732c5cc168b96f2b6be8153632 # v0.0.6 continue-on-error: false with: image: davidanson/markdownlint-cli2-rules:v0.19.1 diff --git a/renovate.json5 b/renovate.json5 index e8a98d6..9a9cf8a 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -8,8 +8,6 @@ "config:recommended", // https://docs.renovatebot.com/presets-default/#separatemultiplemajorreleases ":separateMultipleMajorReleases", - // https://docs.renovatebot.com/presets-default/#separatepatchreleases - ":separatePatchReleases", // set timezone to local one to ensure schedules are run // https://docs.renovatebot.com/configuration-options/#timezone ":timezone(America/Toronto)", @@ -43,19 +41,6 @@ "matchPackageNames": ["/reuse-tool/", "/reuse-action/"], "groupName": "reuse", }, - // Reduce noise of pre-commit hooks - { - "matchManagers": [ - "pre-commit", - ], - "groupName": "pre-commit hooks", - "separateMajorMinor": false, - "separateMinorPatch": false, - // Restrict to weekly updates - "schedule": [ - "before 12pm on Monday", - ], - }, ], // add custom manager for pinning version in GitHub action docker-run specifying a container image "customManagers": [