Skip to content

Commit

Permalink
Merge branch 'main' into feat-23410
Browse files Browse the repository at this point in the history
* main:
  feat(preset): Add oracle database jdbc and nls monorepo groups (#33287)
  chore(deps): update python:3.13 docker digest to cea505b (#33285)
  chore(deps): update python:3.13 docker digest to a76a2a0 (#33284)
  chore(deps): update python:3.13 docker digest to 52d1bb8 (#33283)
  • Loading branch information
ivankatliarchuk committed Dec 26, 2024
2 parents 6663a43 + 594c9ed commit 1e59984
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions lib/data/monorepo.json
Original file line number Diff line number Diff line change
Expand Up @@ -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$/"],
Expand Down
2 changes: 1 addition & 1 deletion lib/modules/manager/azure-pipelines/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ resources:
- container: linux
image: ubuntu:24.04
- container: python
image: python:3.13@sha256:08371fabbdb8fd1c1256fa96492a27339bf60cba3cb26af7a2e5a56bc5060af4
image: python:3.13@sha256:cea505b81701dd9e46b8dde96eaa8054c4bd2035dbb660edeb7af947ed38a0ad

stages:
- stage: StageOne
Expand Down

0 comments on commit 1e59984

Please sign in to comment.