Skip to content

Commit

Permalink
Merge pull request #100 from plus3it/dependabot/add-v2-config-file
Browse files Browse the repository at this point in the history
Update Dependabot config file
  • Loading branch information
mergify[bot] authored Jan 7, 2021
2 parents bcf5f75 + d00a977 commit c7ae0c9
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 32 deletions.
32 changes: 0 additions & 32 deletions .dependabot/config.yml

This file was deleted.

37 changes: 37 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
version: 2
updates:
- package-ecosystem: terraform
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: terraform
directory: "/tests/create_iam_account"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: terraform
directory: "/tests/no_iam_account"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: terraform
directory: "/tests/use_all_variables"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: docker
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: gomod
directory: "/tests"
schedule:
interval: daily
open-pull-requests-limit: 10

0 comments on commit c7ae0c9

Please sign in to comment.