From b8220959b23cf6a4aba5a43c326b75b18bfb3d6b Mon Sep 17 00:00:00 2001 From: Muhammad Sufyan Date: Wed, 11 Dec 2024 12:51:50 +0500 Subject: [PATCH 1/3] Create dependabot.yml --- .github/dependabot.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..36a2405e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,20 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "maven" + directory: "/" + schedule: + interval: "monthly" + labels: + - "dependency update" + commit-message: + prefix: "build" + include: "scope" + open-pull-requests-limit: 10 + rebase-strategy: "auto" + reviewers: + - "sufyankhanrao" From 7f79837a53a9c0a7ab4fbaba15bfdd876864c76c Mon Sep 17 00:00:00 2001 From: Muhammad Sufyan Date: Wed, 11 Dec 2024 15:08:56 +0500 Subject: [PATCH 2/3] Update test.yml --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4695547f..3f0375d4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,6 +18,7 @@ jobs: distribution: 'temurin' cache: maven - name: Upload coverage report + if: ${{ github.actor != 'dependabot[bot]' }} uses: paambaati/codeclimate-action@v3.2.0 env: # Set CC_TEST_REPORTER_ID as secret of your repo From f3423466be8fbd8387755301a640fcfcb9d817cd Mon Sep 17 00:00:00 2001 From: Muhammad Sufyan Date: Wed, 11 Dec 2024 15:25:14 +0500 Subject: [PATCH 3/3] Update test.yml --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3f0375d4..4695547f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,6 @@ jobs: distribution: 'temurin' cache: maven - name: Upload coverage report - if: ${{ github.actor != 'dependabot[bot]' }} uses: paambaati/codeclimate-action@v3.2.0 env: # Set CC_TEST_REPORTER_ID as secret of your repo