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) (opensearch-project#16094)

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



* Include google-api-client



---------


(cherry picked from commit 949b31f)

Signed-off-by: Craig Perkins <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 5695d57 commit a711636
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 @@ -442,6 +442,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
- directory: /plugins/analysis-icu/
Expand Down

0 comments on commit a711636

Please sign in to comment.