Skip to content

Commit

Permalink
chore(ci): add renovate.json
Browse files Browse the repository at this point in the history
The version of Ruby is pinned to at most `3.2.x`.

Signed-off-by: JP-Ellis <josh@jpellis.me>
  • Loading branch information
JP-Ellis committed Jan 8, 2025
1 parent 55bfa8b commit 1afa994
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 1afa994

Please sign in to comment.