From dc1fdb65cd02ec9a5f9ab013d2fd46ee6eaf1ec2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 22:22:04 +0000 Subject: [PATCH 1/4] chore(deps): update python:3.13 docker digest to 52d1bb8 (#33283) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- lib/modules/manager/azure-pipelines/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/modules/manager/azure-pipelines/readme.md b/lib/modules/manager/azure-pipelines/readme.md index 880ea33415aa358..8a8f51d249021f6 100644 --- a/lib/modules/manager/azure-pipelines/readme.md +++ b/lib/modules/manager/azure-pipelines/readme.md @@ -44,7 +44,7 @@ resources: - container: linux image: ubuntu:24.04 - container: python - image: python:3.13@sha256:08371fabbdb8fd1c1256fa96492a27339bf60cba3cb26af7a2e5a56bc5060af4 + image: python:3.13@sha256:52d1bb8e30f42462cb14fda883f534501d6c263905bd695e49be7b53a33b3132 stages: - stage: StageOne From bf52ff5659300b13e6a11eeae9f3cdb719b6bcfe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 01:00:46 +0000 Subject: [PATCH 2/4] chore(deps): update python:3.13 docker digest to a76a2a0 (#33284) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- lib/modules/manager/azure-pipelines/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/modules/manager/azure-pipelines/readme.md b/lib/modules/manager/azure-pipelines/readme.md index 8a8f51d249021f6..9056154aa570d8e 100644 --- a/lib/modules/manager/azure-pipelines/readme.md +++ b/lib/modules/manager/azure-pipelines/readme.md @@ -44,7 +44,7 @@ resources: - container: linux image: ubuntu:24.04 - container: python - image: python:3.13@sha256:52d1bb8e30f42462cb14fda883f534501d6c263905bd695e49be7b53a33b3132 + image: python:3.13@sha256:a76a2a0812219239b78f61e00986e413bf876531621190548bad64d3a43f7ae3 stages: - stage: StageOne From 361559804905a20e112c591dbbf75cb6bf933e90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 04:38:32 +0000 Subject: [PATCH 3/4] chore(deps): update python:3.13 docker digest to cea505b (#33285) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- lib/modules/manager/azure-pipelines/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/modules/manager/azure-pipelines/readme.md b/lib/modules/manager/azure-pipelines/readme.md index 9056154aa570d8e..47d9fe7058aacf4 100644 --- a/lib/modules/manager/azure-pipelines/readme.md +++ b/lib/modules/manager/azure-pipelines/readme.md @@ -44,7 +44,7 @@ resources: - container: linux image: ubuntu:24.04 - container: python - image: python:3.13@sha256:a76a2a0812219239b78f61e00986e413bf876531621190548bad64d3a43f7ae3 + image: python:3.13@sha256:cea505b81701dd9e46b8dde96eaa8054c4bd2035dbb660edeb7af947ed38a0ad stages: - stage: StageOne From 594c9ed8e4454b6b973520a175db1732fad8dfd8 Mon Sep 17 00:00:00 2001 From: Jade Ferreira Date: Thu, 26 Dec 2024 12:07:03 -0300 Subject: [PATCH 4/4] feat(preset): Add oracle database jdbc and nls monorepo groups (#33287) --- lib/data/monorepo.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/data/monorepo.json b/lib/data/monorepo.json index cd24a7f83b2f8b6..b31656a126b45d1 100644 --- a/lib/data/monorepo.json +++ b/lib/data/monorepo.json @@ -604,6 +604,10 @@ "forge": "/^@forge//", "fullcalendar": "/^@fullcalendar//", "hotchocolate": "/^HotChocolate\\./", + "oracle-database": [ + "/^com.oracle.database.jdbc:/", + "/^com.oracle.database.nls:/" + ], "prometheus-simpleclient": "/^io.prometheus:simpleclient/", "russh": ["/^russh$/", "/^russh-keys$/"], "spfx": ["/^@microsoft/sp-/", "/^@microsoft/eslint-.+-spfx$/"],