From b6682694ac26f50c7fffa0aeedeedc65ec7219ff Mon Sep 17 00:00:00 2001 From: Matthias Schoettle Date: Tue, 2 Dec 2025 21:42:57 +0000 Subject: [PATCH 1/3] chore: clean up Renovate config --- renovate.json5 | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/renovate.json5 b/renovate.json5 index e8a98d6..a1615da 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,20 +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": [ { From 356a1b6a72267ca54d2ac8139c7708ff1ba2f896 Mon Sep 17 00:00:00 2001 From: Matthias Schoettle Date: Tue, 2 Dec 2025 21:49:44 +0000 Subject: [PATCH 2/3] fix error --- renovate.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json5 b/renovate.json5 index a1615da..9a9cf8a 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -41,6 +41,7 @@ "matchPackageNames": ["/reuse-tool/", "/reuse-action/"], "groupName": "reuse", }, + ], // add custom manager for pinning version in GitHub action docker-run specifying a container image "customManagers": [ { From 0179f03d6314d5c01dc87c2c1ae72599ce2b5736 Mon Sep 17 00:00:00 2001 From: Matthias Schoettle Date: Tue, 2 Dec 2025 22:05:35 +0000 Subject: [PATCH 3/3] add version --- .github/workflows/markdownlint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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