Skip to content

Commit 805a85b

Browse files
authored
feat: create dependabot.yml (#8)
1 parent 87f0ffc commit 805a85b

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

.github/dependabot.yml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
open-pull-requests-limit: 10
8+
labels:
9+
- T:dependencies
10+
# Group all patch updates into a single PR
11+
groups:
12+
patch-updates:
13+
applies-to: version-updates
14+
update-types:
15+
- "minor"
16+
- package-ecosystem: npm
17+
directory: "/"
18+
schedule:
19+
interval: daily
20+
open-pull-requests-limit: 10
21+
labels:
22+
- T:dependencies
23+
# Group all patch updates into a single PR
24+
groups:
25+
patch-updates:
26+
applies-to: version-updates
27+
update-types:
28+
- "minor"
29+
- package-ecosystem: docker
30+
directory: "/"
31+
schedule:
32+
interval: daily
33+
open-pull-requests-limit: 10
34+
labels:
35+
- T:dependencies
36+
# Group all patch updates into a single PR
37+
groups:
38+
patch-updates:
39+
applies-to: version-updates
40+
update-types:
41+
- "minor"

0 commit comments

Comments
 (0)