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 (#16072)

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

Signed-off-by: Craig Perkins <[email protected]>

* Include google-api-client

Signed-off-by: Craig Perkins <[email protected]>

---------

Signed-off-by: Craig Perkins <[email protected]>
(cherry picked from commit 949b31f)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Sep 26, 2024
1 parent 36ee41c commit 623e7eb
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 623e7eb

Please sign in to comment.