Skip to content

Commit

Permalink
- adds dependabot configuration for integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
  • Loading branch information
baywet committed Mar 9, 2023
1 parent e1d10a7 commit 91621e2
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,34 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 10


- package-ecosystem: nuget
directory: "/it/csharp"
schedule:
interval: daily
open-pull-requests-limit: 10

- package-ecosystem: gomod
directory: "/it/go"
schedule:
interval: daily
open-pull-requests-limit: 10

- package-ecosystem: composer
directory: "/it/php"
schedule:
interval: daily
open-pull-requests-limit: 10

- package-ecosystem: pip
directory: "/it/python"
schedule:
interval: daily
open-pull-requests-limit: 10

- package-ecosystem: bundler
directory: "/it/ruby"
schedule:
interval: daily
open-pull-requests-limit: 10

0 comments on commit 91621e2

Please sign in to comment.