Skip to content

Commit f74d1ee

Browse files
Merge branch 'main' into introduce-java-time
2 parents 728a6f0 + 593c50c commit f74d1ee

File tree

3 files changed

+3
-29
lines changed

3 files changed

+3
-29
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: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ branchProtectionRules:
1818
- 'Kokoro - Test: Java GraalVM Native Image'
1919
- 'Kokoro - Test: Java 17 GraalVM Native Image'
2020
- javadoc
21+
- library_generation
2122
- pattern: 1.106.5-sp
2223
isAdminEnforced: true
2324
requiredApprovingReviewCount: 1
@@ -107,22 +108,6 @@ branchProtectionRules:
107108
- cla/google
108109
- 'Kokoro - Test: Java GraalVM Native Image'
109110
- '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
126111
- pattern: 2.15.x
127112
isAdminEnforced: true
128113
requiredApprovingReviewCount: 1

generation_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
gapic_generator_version: 2.50.0
2-
googleapis_commitish: 0b5613ee74c9558dd284aa2b01a585ce297c0045
2+
googleapis_commitish: a547fc1420eb0a0f3ae32b0a4eb72d3b8b17d136
33
libraries_bom_version: 26.50.0
44
libraries:
55
- api_shortname: datastore

0 commit comments

Comments
 (0)