Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into remove_node-fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
katayama8000 committed Dec 22, 2024
2 parents e14fa1a + dc09e77 commit 773ea18
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Tests
on:
push:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

pull_request:
jobs:
build:
runs-on: ubuntu-latest
Expand Down
16 changes: 16 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:best-practices"
],
"labels": ["dependencies"],
"packageRules": [
{
"matchPackageNames": [
"**node-fetch",
"eslint"
],
"enabled": false
}
]
}

0 comments on commit 773ea18

Please sign in to comment.