Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pQvvB-0004Ux-Qa for pgsql-jdbc@arkaria.postgresql.org; Sat, 11 Feb 2023 19:52:29 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pQvvA-00034d-Be for pgsql-jdbc@arkaria.postgresql.org; Sat, 11 Feb 2023 19:52:28 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pQvvA-00034U-2G for pgsql-jdbc@lists.postgresql.org; Sat, 11 Feb 2023 19:52:28 +0000 Received: from mail-vs1-xe35.google.com ([2607:f8b0:4864:20::e35]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1pQvv3-0003Fn-PL for pgsql-jdbc@lists.postgresql.org; Sat, 11 Feb 2023 19:52:27 +0000 Received: by mail-vs1-xe35.google.com with SMTP id k4so9183486vsc.4 for ; Sat, 11 Feb 2023 11:52:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1676145139; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=OOASnjQqA3XFfjvpUhxqpsWL2+Qpc3tw4STWhx4ncSM=; b=JcfPDu2TmGHhCKjp3uAfI8HzFff/9qC2UmSpfAqNTF6KDazAbYlzlD6a3va6DasnoO AFiDrh8dj2RKDYHIY4EwsRZQljDuWjB4YwV3unBVgwUEygYiq+8SZj3Ldvx1hmYBsfhi cvtOYwwFSRxnzXBh6UOSfrZA9UBIszcpcxX/uXKxBAcG95VfvwtFAXnQYG02PAVgBWFA cxia19NBSUWeBvPatUrx7FnWA5kGcbB8cSOI+xtucvB86rx8H9QdogAODV1+0yCG3D4B 9EBT9mte6oChsSmUZg/8299TB2M2wiVBht8g68GSwCNw82LAAKxxYxp/zg9igLP3F4yI sumw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1676145139; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=OOASnjQqA3XFfjvpUhxqpsWL2+Qpc3tw4STWhx4ncSM=; b=a6/tVzKvFLLSIOJ5qafu7b2wnAOcwTEgpqbc6z0QxCSl1g9zLwTgTHN6LkqQlGHIm2 7sx3HBDwyyVp5Ced1rJeaD84Tp4ycBr3E3J6/6UbWvwLsXAGxKkaw0z+1jlQCuoNGAJB Dp9vjWtcNrR0x/AgicfdpuZ8F5jVuySwnTEybJHobBthGnduEzSPulzuuw9kcsWRbYhT 76uhMFn4JU4wVWYxRQBm1bntyHKfNPFqfAhFG6PEqS1wnOXw9mtgzht3nZwXoyhWbcc9 xEUm4KjwSng5oX3kRuZIyBX0S6SpBZkZ8AZt6JflyCbKspO7ynCEM/BF+8BhnBLKb1Oj Y1lQ== X-Gm-Message-State: AO0yUKXMSqOV+JVST+6h4pysysM3UoLImr3koPhpvcTUgCViVfR6RMeU Vl5IoesoG8Jln+Zyu+L7f4+iH0K9KwfrPSP4odjah+b7RyU= X-Google-Smtp-Source: AK7set9OTYgNDncL7gxsxh1TSYOmCbq68ez/NL4lGJqEyXhtfams5YpeGJyYguWi1cOZAnPhNNfONEYom3mD67ZfgAU= X-Received: by 2002:a67:1087:0:b0:3ef:a219:6fb5 with SMTP id 129-20020a671087000000b003efa2196fb5mr4721292vsq.15.1676145139605; Sat, 11 Feb 2023 11:52:19 -0800 (PST) MIME-Version: 1.0 References: <5B4DDBA0-0B82-431E-9641-C6C68C4EB2C6@me.com> In-Reply-To: <5B4DDBA0-0B82-431E-9641-C6C68C4EB2C6@me.com> From: Vladimir Sitnikov Date: Sat, 11 Feb 2023 22:52:06 +0300 Message-ID: Subject: Re: [pgjdbc/pgjdbc] To: Kevin Wooten Cc: pgsql-jdbc@lists.postgresql.org Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > Am I wrong or is it sending a notification for each branch, commit, and merge? I guess so. It creates branches right within pgjdbc/pgjdbc repository so save resources on forking every repository. I've no idea if we can divert renovate to a different mailing list though. Vladimir