Skip to content

Commit

Permalink
Keep bundler below v2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
andyundso committed Feb 6, 2024
1 parent 30300f4 commit dee4391
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>simplificator/renovate-preset"
],
"packageRules": [
{
"matchPackageNames": [
"bundler"
],
"allowedVersions": "<2.5"
}
]
}

0 comments on commit dee4391

Please sign in to comment.