chore: fix linting (#751)

This commit is contained in:
Michael Kriese 2023-05-25 09:50:21 +02:00 committed by GitHub
parent 67ba9403a1
commit 7e087b03e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 16 deletions

View file

@ -2,12 +2,6 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>renovatebot/.github", ":pinDependencies"],
"packageRules": [
{
"description": "Automerge Renovate updates",
"semanticCommitType": "fix",
"matchPackageNames": ["renovate/renovate"],
"matchUpdateTypes": ["major", "minor", "patch"]
},
{
"description": "Update references in Markdown files weekly",
"matchPaths": ["**/*.md"],