From ed662cd0c0197162113520340c5aa5bd4d1254d0 Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Thu, 2 Sep 2021 04:27:40 +0000 Subject: [PATCH] changes without context autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters. --- CONTRIBUTING.rst | 6 +++--- renovate.json | 1 + synth.metadata | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 8a73ed9c7..e52913e04 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -113,9 +113,9 @@ Coding Style export GOOGLE_CLOUD_TESTING_BRANCH="main" By doing this, you are specifying the location of the most up-to-date - version of ``python-compute``. The the suggested remote name ``upstream`` - should point to the official ``googleapis`` checkout and the - the branch should be the main branch on that remote (``main``). + version of ``python-compute``. The + remote name ``upstream`` should point to the official ``googleapis`` + checkout and the branch should be the default branch on that remote (``main``). - This repository contains configuration for the `pre-commit `__ tool, which automates checking diff --git a/renovate.json b/renovate.json index 9fa8816fe..c21036d38 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,7 @@ { "extends": [ "config:base", + "group:all", ":preserveSemverRanges", ":disableDependencyDashboard" ], diff --git a/synth.metadata b/synth.metadata index 917af3a46..889d07149 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/python-compute.git", - "sha": "22a23d5fb7a5588be96a238be541817c641d068f" + "sha": "671bd6ac7c0311dde34a405c7607161ebab13cd5" } }, {