From 82dd4d19cbf4a538b1129e23e4a8f335ee5fee0b Mon Sep 17 00:00:00 2001 From: Marco Pedone Date: Fri, 29 Aug 2025 18:21:06 +0200 Subject: [PATCH] chore: update dependabot configuration and comment out unused CI steps --- apps/infoalloggi/.github/dependabot.yml | 11 +---------- apps/infoalloggi/.github/workflows/ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/apps/infoalloggi/.github/dependabot.yml b/apps/infoalloggi/.github/dependabot.yml index 895d9b0..e1c3d82 100644 --- a/apps/infoalloggi/.github/dependabot.yml +++ b/apps/infoalloggi/.github/dependabot.yml @@ -9,13 +9,4 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" - #ignore: - # - dependency-name: "react" - # - dependency-name: "react-dom" - # - dependency-name: "@next/eslint-plugin-next" - # versions: [">=14.2.23"] - # - dependency-name: "next" - # versions: [">=14.2.23"] - # - dependency-name: "eslint-config-next" - # versions: [">=14.2.23"] - open-pull-requests-limit: 50 + open-pull-requests-limit: 10 diff --git a/apps/infoalloggi/.github/workflows/ci.yml b/apps/infoalloggi/.github/workflows/ci.yml index eba1457..ab9cefd 100644 --- a/apps/infoalloggi/.github/workflows/ci.yml +++ b/apps/infoalloggi/.github/workflows/ci.yml @@ -49,8 +49,8 @@ jobs: - name: Lint run: npm run lint - - name: Print Environment Variable - run: echo $MY_ENV_VAR + #- name: Print Environment Variable + # run: echo $MY_ENV_VAR #- name: Run knip # run: npx knip --no-exit-code