Skip to content

Commit 195f691

Browse files
authored
chore(deps): update dependabot configuration (#375)
1 parent 5fd14e4 commit 195f691

1 file changed

Lines changed: 20 additions & 29 deletions

File tree

.github/dependabot.yml

Lines changed: 20 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,34 @@
11
version: 2
2+
23
updates:
34
- package-ecosystem: "pip"
4-
directory: "/" # Location of package manifests
5+
directory: "/"
56
schedule:
6-
interval: weekly
7-
# New!
8-
groups:
9-
# This is the name of your group, it will be used in PR titles and branch names
10-
dev-dependencies:
11-
# A pattern can be...
12-
patterns:
13-
- "rubocop" # a single dependency name
14-
- "aws*" # or a wildcard string that matches multiple dependencies
15-
# If you'd simply like to group as many dependencies together as possible,
16-
# you can use the wildcard * - but keep in mind this may open a very large PR!
17-
# Additionally, you can specify any dependencies to be excluded from the group
18-
exclude-patterns:
19-
- "aws-sdk"
7+
interval: "monthly"
8+
209
commit-message:
2110
prefix: "chore"
2211
include: "scope"
2312

13+
open-pull-requests-limit: 1
14+
15+
groups:
16+
all-dependencies:
17+
patterns:
18+
- "*"
19+
2420
- package-ecosystem: "github-actions"
2521
directory: "/"
2622
schedule:
27-
interval: weekly
28-
# New!
29-
groups:
30-
# This is the name of your group, it will be used in PR titles and branch names
31-
dev-dependencies:
32-
# A pattern can be...
33-
patterns:
34-
- "rubocop" # a single dependency name
35-
- "aws*" # or a wildcard string that matches multiple dependencies
36-
# If you'd simply like to group as many dependencies together as possible,
37-
# you can use the wildcard * - but keep in mind this may open a very large PR!
38-
# Additionally, you can specify any dependencies to be excluded from the group
39-
exclude-patterns:
40-
- "aws-sdk"
23+
interval: "monthly"
24+
4125
commit-message:
4226
prefix: "chore"
4327
include: "scope"
28+
29+
open-pull-requests-limit: 1
30+
31+
groups:
32+
all-actions:
33+
patterns:
34+
- "*"

0 commit comments

Comments
 (0)