Skip to content

Commit b19802d

Browse files
committed
chore: standardize dependabot config
1 parent 1bde129 commit b19802d

1 file changed

Lines changed: 41 additions & 0 deletions

File tree

.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: "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: "bundler"
14+
directory: "/"
15+
schedule:
16+
interval: "monthly"
17+
open-pull-requests-limit: 1
18+
groups:
19+
all-bundler-dependencies:
20+
patterns:
21+
- "*"
22+
23+
- package-ecosystem: "docker"
24+
directory: "/"
25+
schedule:
26+
interval: "monthly"
27+
open-pull-requests-limit: 1
28+
groups:
29+
all-docker-dependencies:
30+
patterns:
31+
- "*"
32+
33+
- package-ecosystem: "github-actions"
34+
directory: "/"
35+
schedule:
36+
interval: "monthly"
37+
open-pull-requests-limit: 1
38+
groups:
39+
all-github-actions-dependencies:
40+
patterns:
41+
- "*"

0 commit comments

Comments
 (0)