Skip to content

Commit

Permalink
chore: use renovate best practices (#71)
Browse files Browse the repository at this point in the history
Update renovate.json
  • Loading branch information
CFenner committed Jan 5, 2024
1 parent 2d8edbc commit e892d42
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
"config:best-practices¶"
]
"packageRules": [
{
"matchDepTypes": [
"devDependencies"
],
"matchPackagePatterns": [
"lint"
],
"automerge": true,
"platformAutomerge": true
}
]
}

0 comments on commit e892d42

Please sign in to comment.