Skip to content

Commit

Permalink
temporarily disable dependabot for npm using open pr limit=0
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkuhn committed Nov 28, 2024
1 parent 4bd53fb commit dfc0561
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ updates:
update-types: ["version-update:semver-major","version-update:semver-minor"]
- dependency-name: "@angular*"
update-types: [ "version-update:semver-major" ]
# Temporarily Disable all pull requests for NPM dependencies using pr limit = 0
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates#example-disabling-version-updates-for-some-dependencies
open-pull-requests-limit: 0

# Enable version updates for Kotlin + Java libs
- package-ecosystem: "gradle"
Expand Down

0 comments on commit dfc0561

Please sign in to comment.