Skip to content

Commit

Permalink
Turn off dependabot PRs for now
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover authored Mar 3, 2022
1 parent 2c0ed98 commit 8316687
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
open-pull-requests-limit: 0 # until the project is maintained again

version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
open-pull-requests-limit: 0 # until the project is maintained again
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "packages/cli"
open-pull-requests-limit: 0 # until the project is maintained again
schedule:
interval: "daily"
ignore:
- dependency-name: "globby"
# Incompatible ESM type, see: https://github.com/LinqLover/downstream-repository-mining/pull/113#issuecomment-917516607
- package-ecosystem: "npm"
directory: "packages/core"
open-pull-requests-limit: 0 # until the project is maintained again
schedule:
interval: "daily"
ignore:
- dependency-name: "callsites"
# Incompatible ESM type, see: https://github.com/LinqLover/downstream-repository-mining/pull/140#issuecomment-909264249
- package-ecosystem: "npm"
directory: "packages/vscode-extension"
open-pull-requests-limit: 0 # until the project is maintained again
schedule:
interval: "daily"

0 comments on commit 8316687

Please sign in to comment.