Skip to content

Commit 06d66cb

Browse files
authored
ci: Revert fast-uri 3.1.5 and delay Dependabot updates (#1667)
* Revert "chore(deps-dev): bump fast-uri from 3.1.4 to 3.1.5 (#1665)" This reverts commit 4aaaadb. * build: delay Dependabot updates for CFS availability
1 parent 4aaaadb commit 06d66cb

2 files changed

Lines changed: 25 additions & 6 deletions

File tree

.github/dependabot.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "npm" # See documentation for possible values
9+
directory: "/" # Location of package manifests
10+
schedule:
11+
interval: "daily"
12+
# CI restores packages from the Central Feed Service, which withholds
13+
# upstream versions until they are roughly a week old (measured at ~6.8
14+
# days; both the packument entry and the tarball return 404 before then).
15+
# Dependabot's built-in cooldown is only 3 days, so bumps otherwise land in
16+
# a window where the feed 404s and the build fails. 10 days leaves margin
17+
# in case the feed's ingestion lag drifts.
18+
cooldown:
19+
default-days: 10

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)