Skip to content

Commit 523942b

Browse files
committed
chore:Disable v3-experimental branch rules
1 parent 5d5f1db commit 523942b

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
@@ -107,22 +107,6 @@ branchProtectionRules:
107107
- cla/google
108108
- 'Kokoro - Test: Java GraalVM Native Image'
109109
- 'Kokoro - Test: Java 17 GraalVM Native Image'
110-
- pattern: V3-experimental
111-
isAdminEnforced: true
112-
requiredApprovingReviewCount: 1
113-
requiresCodeOwnerReviews: true
114-
requiresStrictStatusChecks: false
115-
requiredStatusCheckContexts:
116-
- dependencies (17)
117-
- lint
118-
- clirr
119-
- units (8)
120-
- units (11)
121-
- 'Kokoro - Test: Integration'
122-
- cla/google
123-
- 'Kokoro - Test: Java GraalVM Native Image'
124-
- 'Kokoro - Test: Java 17 GraalVM Native Image'
125-
- javadoc
126110
- pattern: 2.15.x
127111
isAdminEnforced: true
128112
requiredApprovingReviewCount: 1

0 commit comments

Comments
 (0)