chore: add 30-day dependabot cooldown

This commit is contained in:
Austin Pray 2026-03-24 15:16:15 +00:00
parent b4cb3f6e3e
commit 2bf7ae5d9f

14
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: "swift"
directory: "/"
schedule:
interval: "weekly"
cooldown:
default-days: 30
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
cooldown:
default-days: 30