Skip to content

Commit

Permalink
chore: add renovate (#43)
Browse files Browse the repository at this point in the history
Create renovate.json
  • Loading branch information
CFenner authored Jan 4, 2024
1 parent 1874aa1 commit 9809772
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"packageRules": [
{
"matchDepTypes": [
"devDependencies"
],
"matchPackagePatterns": [
"lint"
],
"automerge": true,
"platformAutomerge": true
}
]
}

0 comments on commit 9809772

Please sign in to comment.