Skip to content

Commit

Permalink
Ignore node-fetch upgrades
Browse files Browse the repository at this point in the history
The `@octokit/request` package requires node-fetch 2.7.x, and so do we.
  • Loading branch information
mislav committed Oct 5, 2023
1 parent 42f4e93 commit 8382380
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
interval: 'weekly'
ignore:
- dependency-name: 'node-fetch'
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: "weekly"
interval: 'weekly'

0 comments on commit 8382380

Please sign in to comment.