Skip to content

Commit

Permalink
Merge pull request #7 from tigattack/chore/renovate-automerge
Browse files Browse the repository at this point in the history
chore(renovate): enable automerge for dev deps
  • Loading branch information
tigattack authored Aug 25, 2024
2 parents 5a7a9dd + 25014f5 commit 0965b09
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,12 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"matchDepTypes": "dev-dependencies",
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
}
]
}

0 comments on commit 0965b09

Please sign in to comment.