From c72f4850f5ef2a18966181c68f227499c1fde7aa Mon Sep 17 00:00:00 2001 From: Georgios Sarris Date: Sun, 10 Nov 2024 19:46:25 +0200 Subject: [PATCH] Delete .github/workflows/renovate.yml --- .github/workflows/renovate.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/renovate.yml diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml deleted file mode 100644 index 80754d5..0000000 --- a/.github/workflows/renovate.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Renovate - -on: - workflow_dispatch: - - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - - name: set up JDK 17 - uses: actions/setup-java@v4 - with: - java-version: '17' - distribution: 'temurin' - cache: gradle - - - name: Renovate Bot GitHub Action - uses: renovatebot/github-action@v41.0.2 -