Skip to content

Commit

Permalink
Add renovate.json
Browse files Browse the repository at this point in the history
Signed-off-by: JP-Ellis <[email protected]>
  • Loading branch information
renovate[bot] authored and JP-Ellis committed Nov 28, 2024
1 parent 476af02 commit 156b515
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:best-practices"],
"prHourlyLimit": 0,
"prConcurrentLimit": 0,
"packageRules": [
{
"groupName": "Ruby 3.2",
"groupSlug": "ruby-3.2",
"matchPackageNames": ["ruby"],
"allowedVersions": "<=3.2"
}
]
}

0 comments on commit 156b515

Please sign in to comment.