Skip to content

Commit

Permalink
chore: disable V3-experimental branch rules (#1668)
Browse files Browse the repository at this point in the history
* chore:Disable v3-experimental branch rules

* chore: generate libraries at Tue Nov 19 00:24:17 UTC 2024

---------

Co-authored-by: cloud-java-bot <[email protected]>
  • Loading branch information
cindy-peng and cloud-java-bot authored Nov 21, 2024
1 parent bb32db6 commit 593c50c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
13 changes: 1 addition & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,4 @@ updates:
# If a security vulnerability comes in, we will be notified about
# it via template in the synthtool repository.
ignore:
- dependency-name: "*"

# rules for the `V3-experimental` branch
- package-ecosystem: maven
directory: "/"
schedule:
interval: daily
commit-message:
# Prefix all commit messages with "deps: "
prefix: "deps"
open-pull-requests-limit: 10
target-branch: "V3-experimental"
- dependency-name: "*"
16 changes: 0 additions & 16 deletions .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,22 +108,6 @@ branchProtectionRules:
- cla/google
- 'Kokoro - Test: Java GraalVM Native Image'
- 'Kokoro - Test: Java 17 GraalVM Native Image'
- pattern: V3-experimental
isAdminEnforced: true
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: false
requiredStatusCheckContexts:
- dependencies (17)
- lint
- clirr
- units (8)
- units (11)
- 'Kokoro - Test: Integration'
- cla/google
- 'Kokoro - Test: Java GraalVM Native Image'
- 'Kokoro - Test: Java 17 GraalVM Native Image'
- javadoc
- pattern: 2.15.x
isAdminEnforced: true
requiredApprovingReviewCount: 1
Expand Down

0 comments on commit 593c50c

Please sign in to comment.