Skip to content

Commit

Permalink
Ignore google-cloud-storage and google-api-client major version upgra…
Browse files Browse the repository at this point in the history
…de for dependabot (opensearch-project#16072)

* Ignore google-cloud-storage major version upgrade for dependabot

Signed-off-by: Craig Perkins <cwperx@amazon.com>

* Include google-api-client

Signed-off-by: Craig Perkins <cwperx@amazon.com>

---------

Signed-off-by: Craig Perkins <cwperx@amazon.com>
  • Loading branch information
cwperks authored and dk2k committed Oct 17, 2024
1 parent b06dd95 commit b2f6d54
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,12 @@ updates:
- directory: /plugins/
open-pull-requests-limit: 1
package-ecosystem: gradle
ignore:
# For all packages, ignore all major versions to minimize breaking issues
- dependency-name: "com.google.cloud:google-cloud-storage"
update-types: [ "version-update:semver-major" ]
- dependency-name: "com.google.api-client:google-api-client"
update-types: [ "version-update:semver-major" ]
schedule:
interval: weekly
labels:
Expand Down

0 comments on commit b2f6d54

Please sign in to comment.