Skip to content

Commit

Permalink
fix: Replace axios to Node Fetch API (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
bicstone authored Dec 23, 2023
1 parent 60ace9a commit d0c9e5a
Show file tree
Hide file tree
Showing 19 changed files with 4,579 additions and 13,869 deletions.
8 changes: 1 addition & 7 deletions .renovaterc.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
{
"extends": ["github>bicstone/renovate-config"],
"packageRules": [
{
"enabled": false,
"matchPackagePatterns": ["axios"]
}
]
"extends": ["github>bicstone/renovate-config"]
}
Loading

0 comments on commit d0c9e5a

Please sign in to comment.