5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-15 02:23:46 +00:00
vault-action/.github/dependabot.yml
2025-06-13 10:46:43 -05:00

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"