Skip to content

Commit 25f8f3f

Browse files
golorodenclaude
andauthored
chore: add dependabot cooldown, align interval and assignee (#18)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 444b600 commit 25f8f3f

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@ version: 2
22
updates:
33
- package-ecosystem: "gomod"
44
directory: "/"
5+
cooldown:
6+
default-days: 7
57
schedule:
6-
interval: "monthly"
8+
interval: weekly
79
open-pull-requests-limit: 10
810
assignees:
9-
- "goloroden"
11+
- thenativeweb/internal_dev
1012
labels:
1113
- "Dependencies"
1214
allow:
@@ -17,11 +19,13 @@ updates:
1719

1820
- package-ecosystem: "github-actions"
1921
directory: "/"
22+
cooldown:
23+
default-days: 7
2024
schedule:
21-
interval: "monthly"
25+
interval: weekly
2226
open-pull-requests-limit: 10
2327
assignees:
24-
- "goloroden"
28+
- thenativeweb/internal_dev
2529
labels:
2630
- "Dependencies"
2731
commit-message:

0 commit comments

Comments
 (0)