Skip to content

Commit

Permalink
disable npm PRs by dependabot.
Browse files Browse the repository at this point in the history
  • Loading branch information
n-g committed Sep 24, 2024
1 parent d542434 commit f71d379
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,14 @@ updates:
interval: "daily"
commit-message:
prefix: ".github:"
- package-ecosystem: "npm"
directory: "/"
registries: "*"
schedule:
interval: "daily"
commit-message:
prefix: ".npm:"
# "This option has no impact on security updates, which have a separate, internal limit of ten open pull requests."
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#open-pull-requests-limit
open-pull-requests-limit: 0

0 comments on commit f71d379

Please sign in to comment.