chore: update dependabot configuration and comment out unused CI steps

This commit is contained in:
Marco Pedone 2025-08-29 18:21:06 +02:00
parent 3284ccbf0d
commit 82dd4d19cb
2 changed files with 3 additions and 12 deletions

View file

@ -9,13 +9,4 @@ updates:
directory: "/" # Location of package manifests directory: "/" # Location of package manifests
schedule: schedule:
interval: "daily" interval: "daily"
#ignore: open-pull-requests-limit: 10
# - 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

View file

@ -49,8 +49,8 @@ jobs:
- name: Lint - name: Lint
run: npm run lint run: npm run lint
- name: Print Environment Variable #- name: Print Environment Variable
run: echo $MY_ENV_VAR # run: echo $MY_ENV_VAR
#- name: Run knip #- name: Run knip
# run: npx knip --no-exit-code # run: npx knip --no-exit-code