Skip to content

Commit a01f394

Browse files
authored
feat: create dependabot.yml (#448)
1 parent f506165 commit a01f394

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/dependabot.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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"

0 commit comments

Comments
 (0)