Skip to content

Commit bf355a0

Browse files
committed
chore: standardize dependabot config
1 parent d2d2641 commit bf355a0

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"
7+
open-pull-requests-limit: 1
8+
groups:
9+
all-npm-dependencies:
10+
patterns:
11+
- "*"
12+
13+
- package-ecosystem: "github-actions"
14+
directory: "/"
15+
schedule:
16+
interval: "monthly"
17+
open-pull-requests-limit: 1
18+
groups:
19+
all-github-actions-dependencies:
20+
patterns:
21+
- "*"

0 commit comments

Comments
 (0)