Skip to content

Commit 593c50c

Browse files
chore: disable V3-experimental branch rules (#1668)
* 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]>
1 parent bb32db6 commit 593c50c

File tree

2 files changed

+1
-28
lines changed

2 files changed

+1
-28
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,4 @@ updates:
1717
# If a security vulnerability comes in, we will be notified about
1818
# it via template in the synthtool repository.
1919
ignore:
20-
- dependency-name: "*"
21-
22-
# rules for the `V3-experimental` branch
23-
- package-ecosystem: maven
24-
directory: "/"
25-
schedule:
26-
interval: daily
27-
commit-message:
28-
# Prefix all commit messages with "deps: "
29-
prefix: "deps"
30-
open-pull-requests-limit: 10
31-
target-branch: "V3-experimental"
20+
- dependency-name: "*"

.github/sync-repo-settings.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -108,22 +108,6 @@ branchProtectionRules:
108108
- cla/google
109109
- 'Kokoro - Test: Java GraalVM Native Image'
110110
- 'Kokoro - Test: Java 17 GraalVM Native Image'
111-
- pattern: V3-experimental
112-
isAdminEnforced: true
113-
requiredApprovingReviewCount: 1
114-
requiresCodeOwnerReviews: true
115-
requiresStrictStatusChecks: false
116-
requiredStatusCheckContexts:
117-
- dependencies (17)
118-
- lint
119-
- clirr
120-
- units (8)
121-
- units (11)
122-
- 'Kokoro - Test: Integration'
123-
- cla/google
124-
- 'Kokoro - Test: Java GraalVM Native Image'
125-
- 'Kokoro - Test: Java 17 GraalVM Native Image'
126-
- javadoc
127111
- pattern: 2.15.x
128112
isAdminEnforced: true
129113
requiredApprovingReviewCount: 1

0 commit comments

Comments
 (0)