Skip to content

Commit 962953a

Browse files
committed
Ignore patch updates for AWSSDK pacakges
1 parent 5b71336 commit 962953a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ updates:
1212
time: "02:00"
1313
day: "wednesday"
1414
open-pull-requests-limit: 10
15+
ignore:
16+
# For AWS SDK, ignore all patch updates
17+
- dependency-name: "AWSSDK.*"
18+
update-types: ["version-update:semver-patch"]
1519
- package-ecosystem: "github-actions" # See documentation for possible values
1620
directory: "/" # Location of package manifests
1721
schedule:

0 commit comments

Comments
 (0)