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
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
groups:
all:
dependency-type: "production"
33 changes: 33 additions & 0 deletions .github/workflows/dependabot-automerge..yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: Auto-merge Dependabot PRs

on:
pull_request:
types: [opened, synchronize, reopened]

permissions:
contents: write
pull-requests: write

jobs:
dependabot:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'

steps:
- name: Checkout
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3

- name: Approve PR
run: |
gh pr review --approve "${{ github.event.pull_request.number }}"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Enable auto-merge
run: |
gh pr merge \
--squash \
--auto \
"${{ github.event.pull_request.number }}"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22 changes: 22 additions & 0 deletions .github/workflows/updatedatafromlfx.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Update Data From LFX
on:
schedule:
- cron: '0 13 * * *'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: jmertic/lfx-tac-actions@330472720c08c9156105951f1041b281b8921525 # 20260611
with:
updateprojects: false
updatetacmembers: false
updatetacagendaitems: false
updateclomonitor: false
updatedecks: false
updatecharters: true
slug: neonephos-foundation
env:
token: ${{ secrets.GITHUB_TOKEN }}
repository: ${{ github.repository }}
ref: ${{ github.ref }}
Binary file added project_charters/cobaltcore_charter.pdf
Binary file not shown.
Binary file added project_charters/garden-linux_charter.pdf
Binary file not shown.
Binary file added project_charters/gardener_charter.pdf
Binary file not shown.
Binary file added project_charters/greenhouse_charter.pdf
Binary file not shown.
Binary file added project_charters/ironcore_charter.pdf
Binary file not shown.
Binary file added project_charters/katalis_charter.pdf
Binary file not shown.
Binary file added project_charters/luigi_charter.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added project_charters/opencontrolplane_charter.pdf
Binary file not shown.
Binary file added project_charters/platform-mesh_charter.pdf
Binary file not shown.