Skip to content

Commit

Permalink
ci: update dependabot.yml (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Jun 1, 2023
1 parent 41421c4 commit 6b52a95
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/dependabot.yml
Expand Up @@ -12,12 +12,16 @@ updates:
schedule:
interval: "monthly"
versioning-strategy: increase
open-pull-requests-limit: 10
# This option has no impact on security updates, which have a separate,
# internal limit of ten open pull requests.
open-pull-requests-limit: 0

# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
versioning-strategy: increase
open-pull-requests-limit: 10
# This option has no impact on security updates, which have a separate,
# internal limit of ten open pull requests.
open-pull-requests-limit: 0

0 comments on commit 6b52a95

Please sign in to comment.