File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # To get started with Dependabot version updates, you'll need to specify which
2- # package ecosystems to update and where the package manifests are located.
31# Please see the documentation for all configuration options:
4- # https://help .github.com/github/administering-a-repository/configuration-options-for-dependency -updates
2+ # https://docs .github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security -updates
53
64version : 2
75updates :
8- - package-ecosystem : " npm" # See documentation for possible values
6+ - package-ecosystem : " npm"
97 directory : " /" # Location of package manifests
8+ open-pull-requests-limit : 0 # only require security updates and exclude version updates
109 schedule :
11- interval : " daily"
10+ interval : " weekly"
11+ # For got, ignore all updates since it is now native ESM
12+ # see https://github.com/hashicorp/vault-action/pull/457#issuecomment-1601445634
13+ ignore :
14+ - dependency-name : " got"
Original file line number Diff line number Diff line change 11## Unreleased
22
3+ ## 3.4.0 (June 13, 2025)
4+
35Bugs:
46
57* replace all dot chars during normalization (https://github.com/hashicorp/vault-action/pull/580 )
68
9+ Improvements:
10+
11+ * Prevent possible DoS via polynomial regex (https://github.com/hashicorp/vault-action/pull/583 )
12+
713## 3.3.0 (March 3, 2025)
814
915Features:
You can’t perform that action at this time.
0 commit comments