Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rARNU-006jk3-Ff for pgsql-jdbc-commits@arkaria.postgresql.org; Tue, 05 Dec 2023 09:06:04 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rARNT-002qLS-24 for pgsql-jdbc-commits@arkaria.postgresql.org; Tue, 05 Dec 2023 09:06:03 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rARNS-002qLK-QG for pgsql-jdbc-commits@lists.postgresql.org; Tue, 05 Dec 2023 09:06:02 +0000 Received: from out-28.smtp.github.com ([192.30.252.211]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rARNQ-008tIj-3j for pgsql-jdbc-commits@lists.postgresql.org; Tue, 05 Dec 2023 09:06:01 +0000 Received: from github.com (hubbernetes-node-8d2c639.ash1-iad.github.net [10.56.160.35]) by smtp.github.com (Postfix) with ESMTPA id D51501009CD for ; Tue, 5 Dec 2023 01:05:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1701767158; bh=xHGZsvV4enZ7xWisjFeqCygATS/PZNNZMDWI78mEeqM=; h=Date:From:To:Subject:From; b=Lx3EeP5nBobdrl8uU8Z2P8uj+uyE3Zajzo7JJ7BIZzz9OWe/32wOatAv6qT3CiN3Q h4e1s9rMjnCI0sjVl74orwLdKKFNk+W+r67UXQag6vzjfGWfL2eemlRBGDxd0ymwo+ 5WLqFg/77GftbU1Dh4gYjH+C5FMGtVNr/wsPct7k= Date: Tue, 05 Dec 2023 01:05:58 -0800 From: Vladimir Sitnikov To: pgsql-jdbc-commits@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 8cfd00: chore: use allowedVersions to limit Renovate updates Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Approved: 58GruLoMopuc X-GitHub-Recipient-Address: pgsql-jdbc-commits@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgjdbc/pgjdbc Commit: 8cfd00c838f3b0e248345a6cce8d8b9d288d61f9 https://github.com/pgjdbc/pgjdbc/commit/8cfd00c838f3b0e248345a6cce8d8b9d288d61f9 Author: Vladimir Sitnikov Date: 2023-12-05 (Tue, 05 Dec 2023) Changed paths: M renovate.json Log Message: ----------- chore: use allowedVersions to limit Renovate updates