Skip to content

Commit

Permalink
chore: configure renovate (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: ktmouk <[email protected]>
  • Loading branch information
renovate[bot] and ktmouk authored Jun 24, 2024
1 parent 9d4849f commit c171127
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", "schedule:weekly", "group:allNonMajor"],
"packageRules": [
{
"matchPackageNames": [
"@tanstack/react-query",
"@tanstack/react-query-devtools"
],
"allowedVersions": "<5"
}
]
}

0 comments on commit c171127

Please sign in to comment.