File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ # Adding new check for github-actions
4+ - package-ecosystem : " github-actions"
5+ directory : " /"
6+ schedule :
7+ interval : " weekly"
Original file line number Diff line number Diff line change 66jobs :
77 release :
88 name : Release
9- runs-on : ubuntu-20.04
9+ runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout
1212 uses : actions/checkout@v4
1313 with :
1414 fetch-depth : 0
1515 - name : Setup Node.js
16- uses : actions/setup-node@v3
16+ uses : actions/setup-node@v4
1717 with :
1818 node-version-file : ' .nvmrc'
1919 - name : Install dependencies
Original file line number Diff line number Diff line change 1+ # This file records information about this repo. Its use is described in OEP-55:
2+ # https://open-edx-proposals.readthedocs.io/en/latest/processes/oep-0055-proc-project-maintainers.html
3+
4+ apiVersion : backstage.io/v1alpha1
5+ kind : Component
6+ metadata :
7+ name : ' brand-openedx'
8+ description : " The frontend component includes the default branding assets and styles used in Open edX applications."
9+ links :
10+ - url : " https://github.com/openedx/brand-openedx"
11+ title : " Open edX Brand Package Interface"
12+ icon : " Web"
13+ - url : " https://github.com/openedx/brand-openedx/blob/master/README.md"
14+ title : " README"
15+ icon : " Article"
16+ annotations :
17+ openedx.org/arch-interest-groups : " "
18+ spec :
19+ owner : group:committers-brand-openedx
20+ type : ' library'
21+ lifecycle : ' production'
You can’t perform that action at this time.
0 commit comments