Skip to content

Commit

Permalink
Merge branch 'main' of github.com:OpenConext/OpenConext-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
phavekes committed Jan 7, 2025
2 parents f2a33c2 + ddd5528 commit f91c77f
Show file tree
Hide file tree
Showing 66 changed files with 289 additions and 1,784 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
63 changes: 0 additions & 63 deletions .github/workflows/docker-build-image.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/molecule-base.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/molecule-frontend.yml

This file was deleted.

42 changes: 0 additions & 42 deletions .github/workflows/molecule-java.yml

This file was deleted.

41 changes: 0 additions & 41 deletions .github/workflows/molecule-mysql.yml

This file was deleted.

50 changes: 0 additions & 50 deletions .github/workflows/molecule-php.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/syntax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Python 3.8
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.8

Expand Down
82 changes: 0 additions & 82 deletions DEVELOPMENT.md

This file was deleted.

Loading

0 comments on commit f91c77f

Please sign in to comment.