forked from aws/aws-sam-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependabot.yml
More file actions
55 lines (53 loc) · 1.44 KB
/
dependabot.yml
File metadata and controls
55 lines (53 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: chore
include: scope
reviewers:
- aws/serverless-application-experience-sbt
open-pull-requests-limit: 10
- package-ecosystem: "pip"
directory: "/requirements"
schedule:
interval: "daily"
target-branch: "develop"
commit-message:
prefix: chore
include: scope
reviewers:
- aws/serverless-application-experience-sbt
open-pull-requests-limit: 10
groups:
boto:
patterns:
- "boto3"
- "boto3-stubs*"
- "botocore"
- "botocore-stubs"
- "mypy-boto3-*"
types:
patterns:
- "types-*"
pytest:
patterns:
- "pytest-*"
exclude-patterns:
# ignore metadata and json-report since newer versions conflict
# as of writing this
- "pytest-metadata"
- "pytest-json-report"
ignore:
# Ignored intentionally since we have a GHA that updates to more
# completely
- dependency-name: "aws-sam-translator"
# Ignored intentionally since we have a GHA that updates to more
# completely
- dependency-name: "aws_lambda_builders"
# The dependencies are intentionally pinned to certain
# version ranges for specific Python versions
- dependency-name: "flake8"
- dependency-name: "isort"