Skip to content

Commit bbf7279

Browse files
austinpray-mixpaneljinhyoo-mpclaude
authored
[DEV-74] chore: add 30-day dependabot cooldown (#1041)
* chore: add 30-day dependabot cooldown * Remove swift ecosystem from dependabot Package.swift declares no external dependencies, so the swift ecosystem entry is a no-op. Per review feedback from @tylerjroach. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Jin Yoo <jin.yoo@mixpanel.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 53fb6ec commit bbf7279

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
cooldown:
8+
default-days: 30

0 commit comments

Comments
 (0)