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 1rARUw-006kGF-Q7 for pgsql-jdbc-commits@arkaria.postgresql.org; Tue, 05 Dec 2023 09:13:46 +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 1rARUv-002qTr-BC for pgsql-jdbc-commits@arkaria.postgresql.org; Tue, 05 Dec 2023 09:13:45 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rARUv-002qTi-4l for pgsql-jdbc-commits@lists.postgresql.org; Tue, 05 Dec 2023 09:13:45 +0000 Received: from out-28.smtp.github.com ([192.30.252.211]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rARUs-00AC0M-Tp for pgsql-jdbc-commits@lists.postgresql.org; Tue, 05 Dec 2023 09:13:44 +0000 Received: from github.com (hubbernetes-node-478e32e.ash1-iad.github.net [10.56.157.31]) by smtp.github.com (Postfix) with ESMTPA id 9B0C01012A8 for ; Tue, 5 Dec 2023 01:13:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1701767621; bh=J2zODps3fUd3eD4ucVbtfTgzU8jG2tWMjSIzDGAU9P0=; h=Date:From:To:Subject:From; b=XUU670HvuEVuWnBSWuev2bVZuS5Y+eZmsl2QTovj/M1nGTogyLfprlcbmBcLKUao8 PMuLaBxPwexwL/+FZipG7jiGfcS+nj2ChmDoI48NoE2rLS1KphK23qo9WkaI/CRHDz J7BmQWjJytdCH+VQZLkRMYz4nT9EhUUYXjdn/b5Q= Date: Tue, 05 Dec 2023 01:13:41 -0800 From: Vladimir Sitnikov To: pgsql-jdbc-commits@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 1492c9: chore: exclude postgresql 1.0.0-dev-master-SNAPSHO... 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: 1492c981ad42f8267e68ede7ded90a8d85c657c4 https://github.com/pgjdbc/pgjdbc/commit/1492c981ad42f8267e68ede7ded90a8d85c657c4 Author: Vladimir Sitnikov Date: 2023-12-05 (Tue, 05 Dec 2023) Changed paths: M renovate.json Log Message: ----------- chore: exclude postgresql 1.0.0-dev-master-SNAPSHOT from Renovate as we use the version for testing purposes We build test versions as "1.0.0-dev-master-SNAPSHOT" to ensure the version is build locally and not received from a repository. Renovate should not update such version