Skip to content

Commit bf3121b

Browse files
authored
Add Dependabot monthly groups
1 parent 1a8febe commit bf3121b

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: cargo
4+
directory: /
5+
schedule:
6+
interval: monthly
7+
groups:
8+
cargo-dependencies:
9+
patterns:
10+
- "*"
11+
cooldown:
12+
default-days: 7
13+
14+
- package-ecosystem: github-actions
15+
directory: /
16+
schedule:
17+
interval: monthly
18+
groups:
19+
github-actions-dependencies:
20+
patterns:
21+
- "*"
22+
cooldown:
23+
default-days: 7
24+
25+
- package-ecosystem: pip
26+
directory: /
27+
schedule:
28+
interval: monthly
29+
groups:
30+
python-dependencies:
31+
patterns:
32+
- "*"
33+
cooldown:
34+
default-days: 7

0 commit comments

Comments
 (0)