open-consul/.github/dependabot.yml

34 lines
667 B
YAML
Raw Normal View History

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
2021-07-29 15:48:46 +00:00
version: 2
updates:
- package-ecosystem: gomod
open-pull-requests-limit: 10
2021-07-29 15:48:46 +00:00
directory: "/"
labels:
- "go"
- "dependencies"
- "pr/no-changelog"
2021-07-29 15:48:46 +00:00
schedule:
interval: daily
- package-ecosystem: npm
open-pull-requests-limit: 5
2021-07-29 15:48:46 +00:00
directory: "/website"
labels:
- "javascript"
- "dependencies"
- "type/docs-cherrypick"
- "pr/no-changelog"
2021-07-29 21:51:32 +00:00
schedule:
interval: daily
- package-ecosystem: github-actions
open-pull-requests-limit: 5
directory: /
labels:
- "github_actions"
- "dependencies"
- "pr/no-changelog"
2021-07-29 15:48:46 +00:00
schedule:
interval: daily