Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,28 @@ updates:
directory: /
schedule:
interval: weekly

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: weekly

- package-ecosystem: "pip"
directory: "/"
schedule:
interval: weekly

- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: weekly

- package-ecosystem: "docker"
directory: ".devcontainer"
schedule:
interval: weekly

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
58 changes: 29 additions & 29 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,203 +30,203 @@ jobs:
- name: Make _site
run: mkdir _site
- name: Download reuse BOM
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: reuse-manifest
path: _site/
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}
- name: Download resolved spec
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: resolved-spec
path: _site/resolved_spec
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}
- name: Download UDB API Docs
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: udb-api
path: _site/htmls/udb_api_doc
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}
- name: Download ISA Explorer CSR
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: isa-explorer-csr
path: _site/isa_explorer
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}
- name: Download ISA Explorer Extension
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: isa-explorer-ext
path: _site/isa_explorer
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}
- name: Download ISA Explorer Inst
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: isa-explorer-inst
path: _site/isa_explorer
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}
- name: Download ISA Explorer Spreadsheet
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: isa-explorer-spreadsheet
path: _site/isa_explorer
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}
- name: Download HTML ISA Manual
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: isa-html-manual
path: _site/manual/html
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}
- name: Download HTML ISA Manual
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: cfg-html-manual
path: _site/example_cfg/html
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}
- name: Download Instruction Appendix
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: inst-appendix
path: _site/pdfs
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}
- name: Download RVI20
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: rvi20
path: _site/pdfs
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}
- name: Download RVA20
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: rva20
path: _site/pdfs
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}
- name: Download RVA22
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: rva22
path: _site/pdfs
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}
- name: Download RVA23
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: rva23
path: _site/pdfs
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}
- name: Download RVB23
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: rvb23
path: _site/pdfs
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}
- name: Download AC100
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: ac100-crd
path: _site/pdfs
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}
- name: Download AC200
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: ac200-crd
path: _site/pdfs
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}
- name: Download RVI20-32-CRD
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: RVI20-32-crd
path: _site/pdfs
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}
- name: Download RVI20-64-CRD
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: RVI20-64-crd
path: _site/pdfs
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}
- name: Download MC100-32
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: mc100-32-crd
path: _site/pdfs
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}
- name: Download MC100-64
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: mc100-64-crd
path: _site/pdfs
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}
- name: Download MC200-32
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: mc200-32-crd
path: _site/pdfs
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}
- name: Download MC200-64
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: mc200-64-crd
path: _site/pdfs
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}
- name: Download MC300-32
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: mc300-32-crd
path: _site/pdfs
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}
- name: Download MC300-64
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: mc300-64-crd
path: _site/pdfs
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}
- name: Download RVI20-32 CTP
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: rvi20-32-ctp
path: _site/pdfs
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}
- name: Download RVI20-64 CTP
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: rvi20-64-ctp
path: _site/pdfs
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}
- name: Download MC100-32 CTP
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: mc100-32-ctp
path: _site/pdfs
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}
- name: Download IDL Doc
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: idl-doc
path: idl.html
Expand Down
5 changes: 5 additions & 0 deletions container.def
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ From: ubuntu:24.04
/usr/bin/npm ci
rm /opt/node/package.json /opt/node/package-lock.json

# Install npm packages globally in the container
cd /opt/node
/usr/bin/npm ci
rm /opt/node/package.json /opt/node/package-lock.json

# cd $HOME
# bundle install

Expand Down
Loading