We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b71336 commit 962953aCopy full SHA for 962953a
.github/dependabot.yml
@@ -12,6 +12,10 @@ updates:
12
time: "02:00"
13
day: "wednesday"
14
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"]
19
- package-ecosystem: "github-actions" # See documentation for possible values
20
directory: "/" # Location of package manifests
21
schedule:
0 commit comments