Skip to content

Commit

Permalink
Merge pull request #324 from mjura/depen-main
Browse files Browse the repository at this point in the history
Ignore Google api in v2.7 and v2.8
  • Loading branch information
mjura authored Feb 8, 2024
2 parents be9f73f + 8292967 commit 597d115
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ updates:
# Ignore wrangler
- dependency-name: "github.com/rancher/wrangler"
- dependency-name: "github.com/rancher/wrangler/v2"
# Ignore Google API version, due it is breaking integration
- dependency-name: "google.golang.org/api"
commit-message:
prefix: ":seedling:"
target-branch: "release-v2.8"
Expand All @@ -74,6 +76,8 @@ updates:
# Ignore wrangler
- dependency-name: "github.com/rancher/wrangler"
- dependency-name: "github.com/rancher/wrangler/v2"
# Ignore Google API version, due it is breaking integration
- dependency-name: "google.golang.org/api"
commit-message:
prefix: ":seedling:"
target-branch: "release-v2.7"

0 comments on commit 597d115

Please sign in to comment.