Skip to content

Commit

Permalink
chore: tweak renovate to always bump inlined deps
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Apr 17, 2024
1 parent 53548fe commit a6cfbed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
{
"matchDepTypes": ["dependencies"],
"rangeStrategy": "bump"
},
{
"matchPackageNames": ["debug", "parse-headers"],
"rangeStrategy": "bump",
"semanticCommitType": "fix"
}
]
}

0 comments on commit a6cfbed

Please sign in to comment.