Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
cooldown:
default-days: 14

- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
cooldown:
default-days: 14
3 changes: 3 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ public-hoist-pattern = []
# structure. To work around this, hoist all postcss-* packages.
# FIXME: Can't we do something equivalent at the project-level instead?
public-hoist-pattern[] = postcss-*

# Require package versions to be at least 14 days old before install.
minimum-release-age = 20160
Loading