Skip to content

Commit

Permalink
Release 1.2.3
Browse files Browse the repository at this point in the history
Release 1.2.3
  • Loading branch information
PrinsINT authored Oct 16, 2024
2 parents f518ce3 + 70a5618 commit 2087b5b
Show file tree
Hide file tree
Showing 30 changed files with 1,927 additions and 1,503 deletions.
23 changes: 23 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/client"
target-branch: "development"
schedule:
interval: "daily"

- package-ecosystem: "gradle"
directory: "/server"
target-branch: "development"
schedule:
interval: "daily"

- package-ecosystem: "docker"
target-branch: "development"
directories:
- "/server"
- "/client"
- "/proxy"
schedule:
interval: "daily"

16 changes: 16 additions & 0 deletions .github/workflows/update-gradle-wrapper.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Update Gradle Wrapper

on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"

jobs:
update-gradle-wrapper:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Update Gradle Wrapper
uses: gradle-update/update-gradle-wrapper-action@v2
Loading

0 comments on commit 2087b5b

Please sign in to comment.