Skip to content

Commit 95c0021

Browse files
authored
Update dependabot.yml (#689)
Group all aws dependencies together and move ignored patch updates to the correct section
1 parent 99ed1a2 commit 95c0021

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,18 @@ updates:
99
directory: /
1010
schedule:
1111
interval: weekly
12-
ignore:
13-
- dependency-name: "*/aws-sdk-go"
14-
update-types: ["version-update:semver-patch"]
15-
- dependency-name: "boto3"
16-
update-types: ["version-update:semver-patch"]
12+
groups:
13+
aws-sdk:
14+
patterns:
15+
- "github.com/aws/aws-sdk-go-v2/*"
1716

1817
- package-ecosystem: pip
1918
directory: /tests
2019
schedule:
2120
interval: weekly
21+
ignore:
22+
- dependency-name: "boto3"
23+
update-types: ["version-update:semver-patch"]
2224

2325
- package-ecosystem: docker
2426
directory: /tests/docker

0 commit comments

Comments
 (0)