Skip to content

Commit 912c393

Browse files
Merge branch 'main' into feat/gitlab-digest-changelogs
2 parents a5a8ae7 + bc82cff commit 912c393

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+4053
-1355
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM ghcr.io/containerbase/devcontainer:14.4.8
1+
FROM ghcr.io/containerbase/devcontainer:14.5.0

.github/actions/setup-node/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ runs:
7272
standalone: true
7373

7474
- name: Setup Node
75-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
75+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
7676
with:
7777
node-version: ${{ inputs.node-version }}
7878

.github/workflows/build.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ jobs:
459459
460460
- name: Save coverage artifacts
461461
if: success() && github.event.pull_request.draft != true && matrix.coverage
462-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
462+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
463463
with:
464464
name: ${{ matrix.upload-artifact-name }}
465465
path: |
@@ -482,7 +482,7 @@ jobs:
482482
show-progress: false
483483

484484
- name: Download coverage reports
485-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
485+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
486486
with:
487487
pattern: coverage-*
488488
path: coverage
@@ -519,7 +519,7 @@ jobs:
519519
os: ${{ runner.os }}
520520

521521
- name: Download coverage reports
522-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
522+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
523523
with:
524524
pattern: coverage-*
525525
path: coverage
@@ -625,7 +625,7 @@ jobs:
625625
run: pnpm build
626626

627627
- name: Upload dist
628-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
628+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
629629
with:
630630
name: renovate-dist
631631
path: dist/
@@ -653,7 +653,7 @@ jobs:
653653
show-progress: false
654654

655655
- name: Download dist
656-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
656+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
657657
with:
658658
name: renovate-dist
659659
path: dist/
@@ -719,7 +719,7 @@ jobs:
719719
run: pnpm test:docs
720720

721721
- name: Upload
722-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
722+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
723723
with:
724724
name: docs
725725
path: tmp/docs/
@@ -749,7 +749,7 @@ jobs:
749749
os: ${{ runner.os }}
750750

751751
- name: Download dist
752-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
752+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
753753
with:
754754
name: renovate-dist
755755
path: dist/
@@ -825,7 +825,7 @@ jobs:
825825
- run: df -h
826826

827827
- name: docker-config
828-
uses: containerbase/internal-tools@0420d7f266d29b6cc8946b4873195d784573f839 # v4.1.19
828+
uses: containerbase/internal-tools@8e91669961fa364009f252dbc853dbc3a96b6a1c # v4.1.20
829829
with:
830830
command: docker-config
831831

@@ -885,7 +885,7 @@ jobs:
885885

886886
- name: Upload docs artifact for deployment
887887
if: github.ref_name == 'main'
888-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
888+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
889889
with:
890890
name: mkdocs-site
891891
path: tmp/mkdocs-site.tgz
@@ -910,7 +910,7 @@ jobs:
910910
runs-on: ubuntu-latest
911911
steps:
912912
- name: Download mkdocs site from release
913-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
913+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
914914
with:
915915
name: mkdocs-site
916916
path: tmp

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
show-progress: false
1515

1616
- name: 'Dependency Review'
17-
uses: actions/dependency-review-action@05fe4576374b728f0c523d6a13d64c25081e0803 # v4.8.3
17+
uses: actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 # v4.9.0

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
4545
# format to the repository Actions tab.
4646
- name: 'Upload artifact'
47-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
47+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
4848
with:
4949
name: SARIF file
5050
path: results.sarif

.github/workflows/trivy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
show-progress: false
2727

28-
- uses: aquasecurity/trivy-action@e368e328979b113139d6f9068e03accaed98a518 # 0.34.1
28+
- uses: aquasecurity/trivy-action@97e0b3872f55f89b95b2f65b3dbab56962816478 # 0.34.2
2929
with:
3030
image-ref: ghcr.io/renovatebot/renovate:${{ matrix.tag }}
3131
format: 'sarif'

.github/workflows/update-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
standalone: true
2828

2929
- name: Set up Node.js ${{ env.NODE_VERSION }}
30-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
30+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
3131
with:
3232
node-version: ${{ env.NODE_VERSION }}
3333
cache: pnpm

.lintstagedrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"biome check --write",
55
"prettier --write"
66
],
7-
"!(*.{js,cjs,mjs,mts,ts})": "prettier --ignore-unknown --write"
7+
"(*.{md,yml})": "prettier --ignore-unknown --write"
88
}

docs/usage/assets/css/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,8 @@
88
.md-typeset a {
99
text-decoration: underline;
1010
}
11+
12+
.md-typeset .parents {
13+
display: grid;
14+
grid-template-columns: repeat(3, 1fr);
15+
}

docs/usage/configuration-options.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4781,6 +4781,12 @@ To allow repositories to use _more_ than 512m of heap during any invocations of
47814781
Initial heap size in MB for Java VMs. Must be less than or equal to `jvmMaxMemory`.
47824782
Defaults to `jvmMaxMemory`.
47834783

4784+
### nodeMaxMemory
4785+
4786+
<!-- prettier-ignore -->
4787+
!!! note
4788+
This does not apply to _every_ Node process created by Renovate, only the managers noted above.
4789+
47844790
## updateInternalDeps
47854791

47864792
Renovate defaults to skipping any internal package dependencies within monorepos.

0 commit comments

Comments
 (0)