From 2719370e315ce3ecdff03efa07ab5321256d8a1f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 11:51:22 +0000 Subject: [PATCH 1/3] Add renovate.json --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..5db72dd --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended" + ] +} From d0dc4bb6266f3f03d6e31bb73b37f0648083826a Mon Sep 17 00:00:00 2001 From: Christian Treffs Date: Mon, 21 Oct 2024 14:46:54 +0200 Subject: [PATCH 2/3] Update renovate + ci --- .github/workflows/markdown-link-check.yml | 11 ++++++++--- renovate.json | 16 +++++++++++----- 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/.github/workflows/markdown-link-check.yml b/.github/workflows/markdown-link-check.yml index ea35daa..467e83b 100644 --- a/.github/workflows/markdown-link-check.yml +++ b/.github/workflows/markdown-link-check.yml @@ -1,10 +1,15 @@ name: Check Markdown links -on: push +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + workflow_dispatch: jobs: markdown-link-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@master - - uses: gaurav-nelson/github-action-markdown-link-check@1.0.13 + - uses: actions/checkout@v4.2.1 + - uses: gaurav-nelson/github-action-markdown-link-check@1.0.15 diff --git a/renovate.json b/renovate.json index 5db72dd..fbd044d 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,12 @@ -{ - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:recommended" - ] +"$schema": "https://docs.renovatebot.com/renovate-schema.json", +"extends": ["config:base"], +"packageRules": [ + { + "description": "Accumulate non-major updates into one pull request", + "matchUpdateTypes": ["minor", "patch"], + "matchCurrentVersion": ">=1", + "groupName": "all non-major dependencies", + "groupSlug": "all-minor-patch" + } +] } From 3a97832b11aa1420f0af1faac125c46b5db40c58 Mon Sep 17 00:00:00 2001 From: Christian Treffs Date: Mon, 21 Oct 2024 14:48:30 +0200 Subject: [PATCH 3/3] Remove dead link --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 79ba0fe..93291a0 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,6 @@ Happy watching 😃 - [Brotcrunsher](https://www.youtube.com/c/Brotcrunsher/) - [BWDev](https://www.youtube.com/channel/UCYU6BO_VdYnzeQEOS_kSBWA) - [CafeLovai](https://www.youtube.com/channel/UCbV627Wqr5VTbupR7rxc6hg) -- [Clammiee](https://www.youtube.com/c/Clammiee) - [Codeer](https://www.youtube.com/channel/UCtUeziXLa_x3vvdzUinqE8w) - [CodePadre](https://www.youtube.com/c/CodeParade) - [codergopher](https://www.youtube.com/channel/UCfiC4q3AahU4Io-s83-CIbQ)