Skip to content

Commit

Permalink
CI: Increase the Dependabot "number of open PRs" limit
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge committed Feb 6, 2024
1 parent 83ec284 commit 732cb69
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ updates:
directory: "/"
schedule:
interval: monthly
open-pull-requests-limit: 10
open-pull-requests-limit: 99

- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'monthly'
open-pull-requests-limit: 99

- package-ecosystem: npm
directory: "/"
schedule:
interval: monthly
open-pull-requests-limit: 99

0 comments on commit 732cb69

Please sign in to comment.