Initial dependabot config (#1063)

This commit is contained in:
Austin
2026-06-07 17:39:24 -04:00
committed by GitHub
parent 379c8773dc
commit 78f11dd0ee

12
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
cooldown:
default-days: 3 # 1 day after pnpm's cutoff, prevent a race