From b9c31a312327ad76ab956abba46c624857a21923 Mon Sep 17 00:00:00 2001 From: javiertuya <10879637+javiertuya@users.noreply.github.com> Date: Thu, 21 Mar 2024 08:20:45 +0100 Subject: [PATCH] config .github --- .github/dependabot.yml | 6 ++++-- .github/workflows/test.yml | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 081b2bc..c442f48 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,11 +3,13 @@ updates: - package-ecosystem: maven directory: "/" schedule: - interval: monthly + interval: weekly + day: "friday" open-pull-requests-limit: 20 - package-ecosystem: github-actions directory: "/" schedule: - interval: monthly + interval: weekly + day: "friday" open-pull-requests-limit: 20 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0a65aa3..6d1e238 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -65,9 +65,9 @@ jobs: restore-artifact-name1: "test-report-files" publish-java-snapshot: - #if: ${{ false }} # disable for now + if: ${{ false }} # disable for now #avoid publishing PRs and dependabot branches - if: ${{ github.event_name != 'pull_request' && !contains('/head/refs/dependabot/', github.ref) && !contains('/head/refs/dashgit/combined/', github.ref) }} + #if: ${{ github.event_name != 'pull_request' && !contains('/head/refs/dependabot/', github.ref) && !contains('/head/refs/dashgit/combined/', github.ref) }} runs-on: ubuntu-latest permissions: contents: read