From f716011b74c5f7b2ce59b432dfef585050cfd9d8 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Tue, 23 Mar 2021 12:35:57 -0700 Subject: [PATCH] chore: update templates (#98) * 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. * chore: add pre-commit-config to renovate ignore paths Disable renovate PRs on the .pre-commit-config.yaml which is templated from synthtool. https://docs.renovatebot.com/configuration-options/#ignorepaths Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Source-Date: Mon Mar 15 09:05:39 2021 -0600 Source-Repo: googleapis/synthtool Source-Sha: 2c54c473779ea731128cea61a3a6c975a08a5378 Source-Link: https://github.com/googleapis/synthtool/commit/2c54c473779ea731128cea61a3a6c975a08a5378 --- google/cloud/monitoring_v3/__init__.py | 4 ++-- renovate.json | 3 ++- synth.metadata | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/google/cloud/monitoring_v3/__init__.py b/google/cloud/monitoring_v3/__init__.py index 489ba27a..215d3e83 100644 --- a/google/cloud/monitoring_v3/__init__.py +++ b/google/cloud/monitoring_v3/__init__.py @@ -122,7 +122,6 @@ __all__ = ( "Aggregation", "AlertPolicy", - "AlertPolicyServiceClient", "BasicSli", "ComparisonType", "CreateAlertPolicyRequest", @@ -184,6 +183,7 @@ "ListUptimeCheckConfigsResponse", "ListUptimeCheckIpsRequest", "ListUptimeCheckIpsResponse", + "MetricServiceClient", "MutationRecord", "NotificationChannel", "NotificationChannelDescriptor", @@ -221,5 +221,5 @@ "UptimeCheckServiceClient", "VerifyNotificationChannelRequest", "WindowsBasedSli", - "MetricServiceClient", + "AlertPolicyServiceClient", ) diff --git a/renovate.json b/renovate.json index 4fa94931..f08bc22c 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,6 @@ { "extends": [ "config:base", ":preserveSemverRanges" - ] + ], + "ignorePaths": [".pre-commit-config.yaml"] } diff --git a/synth.metadata b/synth.metadata index f174a3cb..6da94df5 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/python-monitoring.git", - "sha": "4cdb1ff439154409c94e347dd5f3b6e2bc40e998" + "sha": "9f74808af641ce63787b64f2e3de713a50977a71" } }, { @@ -19,14 +19,14 @@ "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "0780323da96d5a53925fe0547757181fe76e8f1e" + "sha": "2c54c473779ea731128cea61a3a6c975a08a5378" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "0780323da96d5a53925fe0547757181fe76e8f1e" + "sha": "2c54c473779ea731128cea61a3a6c975a08a5378" } } ],