Skip to content

Commit

Permalink
Configure Renovate (#248)
Browse files Browse the repository at this point in the history
* Add renovate.json

* Renovate only utls

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Andy Wang <[email protected]>
  • Loading branch information
renovate[bot] and cbeuw committed Feb 9, 2024
1 parent b9907c2 commit c5b31de
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"packagePatterns": ["*"],
"excludePackagePatterns": ["utls"],
"enabled": false
}
]
}

0 comments on commit c5b31de

Please sign in to comment.