Skip to content

Commit 3e6cce2

Browse files
authored
Merge pull request #41 from learningequality/claude/add-dependabot-config-29chj
Add dependabot configuration for npm, pip, and github-actions
2 parents d1cf09e + dc16cc8 commit 3e6cce2

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

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: "npm"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"
7+
cooldown:
8+
default-days: 7
9+
10+
- package-ecosystem: "pip"
11+
directory: "/"
12+
schedule:
13+
interval: "monthly"
14+
cooldown:
15+
default-days: 7
16+
17+
- package-ecosystem: "github-actions"
18+
directory: "/"
19+
schedule:
20+
interval: "monthly"
21+
cooldown:
22+
default-days: 7
23+
groups:
24+
github:
25+
patterns:
26+
- "actions/*"

0 commit comments

Comments
 (0)