Skip to content

Commit b30d1f3

Browse files
chore: Add Dependabot version-update cooldown
1 parent 06ea7bd commit b30d1f3

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "bundler"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
cooldown:
8+
default-days: 7
9+
- package-ecosystem: "bundler"
10+
directory: "/examples/chatbot/aws-bedrock"
11+
schedule:
12+
interval: "weekly"
13+
cooldown:
14+
default-days: 7
15+
- package-ecosystem: "bundler"
16+
directory: "/examples/chatbot/openai"
17+
schedule:
18+
interval: "weekly"
19+
cooldown:
20+
default-days: 7
21+
- package-ecosystem: "github-actions"
22+
directory: "/"
23+
schedule:
24+
interval: "weekly"
25+
cooldown:
26+
default-days: 7

0 commit comments

Comments
 (0)