Merge pull request #5 from dafyddj/ci/renovate

ci(renovate): initial commit
This commit is contained in:
Dafydd Jones 2024-11-30 16:06:45 +00:00 committed by GitHub
commit 228ca899c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 27 additions and 2 deletions

25
.github/renovate.json5 vendored Normal file
View file

@ -0,0 +1,25 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"enabledManagers": [
"github-actions",
"pre-commit",
],
"extends": [
"config:recommended",
":enablePreCommit",
"helpers:pinGitHubActionDigests",
],
"automergeStrategy": "merge-commit",
"packageRules": [
{
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["minor", "patch"],
"groupName": "github-actions minor/patch",
},
{
"matchManagers": ["pre-commit"],
"matchUpdateTypes": ["minor", "patch"],
"groupName": "pre-commit hook minor/patch",
},
],
}

View file

@ -8,5 +8,5 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: wagoid/commitlint-github-action@v5
- uses: actions/checkout@v4.2.2
- uses: wagoid/commitlint-github-action@v5.5.1