chore: update dependabot configuration and comment out unused CI steps
This commit is contained in:
parent
3284ccbf0d
commit
82dd4d19cb
2 changed files with 3 additions and 12 deletions
11
apps/infoalloggi/.github/dependabot.yml
vendored
11
apps/infoalloggi/.github/dependabot.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
4
apps/infoalloggi/.github/workflows/ci.yml
vendored
4
apps/infoalloggi/.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue