Skip to content

Commit

Permalink
chore: use version range for adobe/fetch (#926)
Browse files Browse the repository at this point in the history
  • Loading branch information
tripodsan authored Jun 3, 2024
1 parent 6cc7b91 commit f7eb610
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion default.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
"extends": [
"config:base",
":semanticCommits",
":autodetectPinVersions"
],
"timezone": "Europe/Zurich",
"branchPrefix": "renovate-",
"packageRules": [
{
"matchPackageNames": ["@adobe/fetch"],
"rangeStrategy": "replace"
},
{
"matchPackageNames": ["eslint"],
"allowedVersions": "<9.0.0"
Expand Down

0 comments on commit f7eb610

Please sign in to comment.