Skip to content

Commit

Permalink
Merge pull request #17 from ctreffs/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
ctreffs authored Oct 21, 2024
2 parents 9efae46 + 3a97832 commit 63d6372
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/markdown-link-check.yml
Original file line number Diff line number Diff line change
@@ -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
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
12 changes: 12 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
"$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"
}
]
}

0 comments on commit 63d6372

Please sign in to comment.