mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-06 23:06:54 +00:00
14 lines
605 B
YAML
14 lines
605 B
YAML
# Please see the documentation for all configuration options:
|
|
# https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "npm"
|
|
directory: "/" # Location of package manifests
|
|
open-pull-requests-limit: 0 # only require security updates and exclude version updates
|
|
schedule:
|
|
interval: "weekly"
|
|
# For got, ignore all updates since it is now native ESM
|
|
# see https://github.com/hashicorp/vault-action/pull/457#issuecomment-1601445634
|
|
ignore:
|
|
- dependency-name: "got"
|