Browse Source

Merge pull request #10727 from hashicorp/dependabot-configuration

Add initial Dependabot configuration
pull/10772/head
Daniel Nephin 3 years ago committed by GitHub
parent
commit
4979b712b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 32
      .github/dependabot.yml

32
.github/dependabot.yml

@ -0,0 +1,32 @@
version: 2
updates:
- package-ecosystem: gomod
open-pull-requests-limit: 5
directory: "/"
schedule:
interval: daily
- package-ecosystem: gomod
open-pull-requests-limit: 5
directory: "/api"
schedule:
interval: daily
- package-ecosystem: gomod
open-pull-requests-limit: 5
directory: "/sdk"
schedule:
interval: daily
- package-ecosystem: npm
open-pull-requests-limit: 5
directory: "/ui"
schedule:
interval: daily
- package-ecosystem: npm
open-pull-requests-limit: 5
directory: "/website"
schedule:
interval: daily
- package-ecosystem: github-actions
open-pull-requests-limit: 5
directory: /
schedule:
interval: daily
Loading…
Cancel
Save