Skip to content

Commit c1807ce

Browse files
authored
build: configure Dependabot (#231)
Configure Dependabot
1 parent 3352882 commit c1807ce

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directory: "/"
5+
schedule:
6+
interval: "quarterly"
7+
groups:
8+
npm-packages:
9+
patterns: [ "*" ]
10+
11+
- package-ecosystem: "github-actions"
12+
directory: "/"
13+
schedule:
14+
interval: "quarterly"
15+
groups:
16+
github-action-workflows:
17+
patterns: [ "*" ]

0 commit comments

Comments
 (0)