chore: remove outdated Dependabot configuration and CI workflow files
This commit is contained in:
parent
b42f4a4f66
commit
95971966a0
3 changed files with 7 additions and 81 deletions
17
.github/dependabot.yml
vendored
17
.github/dependabot.yml
vendored
|
|
@ -9,15 +9,12 @@ updates:
|
||||||
directory: "/apps/infoalloggi" # Location of package manifests
|
directory: "/apps/infoalloggi" # Location of package manifests
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
#ignore:
|
open-pull-requests-limit: 15
|
||||||
# - dependency-name: "react"
|
versioning-strategy: increase
|
||||||
# - dependency-name: "react-dom"
|
- package-ecosystem: "gomod"
|
||||||
# - dependency-name: "@next/eslint-plugin-next"
|
directory: "/apps/backend"
|
||||||
# versions: [">=14.2.23"]
|
schedule:
|
||||||
# - dependency-name: "next"
|
interval: "daily"
|
||||||
# versions: [">=14.2.23"]
|
open-pull-requests-limit: 15
|
||||||
# - dependency-name: "eslint-config-next"
|
|
||||||
# versions: [">=14.2.23"]
|
|
||||||
open-pull-requests-limit: 50
|
|
||||||
versioning-strategy: increase
|
versioning-strategy: increase
|
||||||
|
|
||||||
|
|
|
||||||
12
apps/infoalloggi/.github/dependabot.yml
vendored
12
apps/infoalloggi/.github/dependabot.yml
vendored
|
|
@ -1,12 +0,0 @@
|
||||||
# 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: "npm" # See documentation for possible values
|
|
||||||
directory: "/apps/infoalloggi" # Location of package manifests
|
|
||||||
schedule:
|
|
||||||
interval: "daily"
|
|
||||||
open-pull-requests-limit: 10
|
|
||||||
59
apps/infoalloggi/.github/workflows/ci.yml
vendored
59
apps/infoalloggi/.github/workflows/ci.yml
vendored
|
|
@ -1,59 +0,0 @@
|
||||||
name: CI
|
|
||||||
|
|
||||||
on: [push, pull_request]
|
|
||||||
|
|
||||||
env:
|
|
||||||
INTERNAL_BASE_URL: "http://web:3000"
|
|
||||||
PGHOST: "localhost"
|
|
||||||
POSTGRES_USER: "test"
|
|
||||||
POSTGRES_DB: "test"
|
|
||||||
POSTGRES_PASSWORD: "test"
|
|
||||||
PGPORT: 123
|
|
||||||
BACKENDSERVER_URL: "https://fake.com"
|
|
||||||
NEXT_PUBLIC_BASE_URL: "https://fake.com"
|
|
||||||
STRIPE_SECRET_KEY: "string"
|
|
||||||
STRIPE_WEBHOOK_SECRET: "string"
|
|
||||||
NEXT_PUBLIC_STRIPE_PUBLIC_KEY: "string"
|
|
||||||
FIC_CLIENT_ID: "string"
|
|
||||||
FIC_ACCESS_TOKEN: "string"
|
|
||||||
FIC_COMPANY_ID: "string"
|
|
||||||
NEXT_TELEMETRY_DISABLED: 1
|
|
||||||
ARUBA_USER: "string"
|
|
||||||
ARUBA_PASS: "string"
|
|
||||||
EXP_API_USER: "string"
|
|
||||||
EXP_API_PASS: "string"
|
|
||||||
TILES_URL: "keydb://string"
|
|
||||||
KEYDB_URL: "keydb://string"
|
|
||||||
JWT_SECRET: "335922ae"
|
|
||||||
SKIP_REDIS: "false"
|
|
||||||
SKEBBY_USER: "test"
|
|
||||||
SKEBBY_PASS : "test"
|
|
||||||
REVALIDATION_SECRET: "test"
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Setup Node.js
|
|
||||||
uses: actions/setup-node@v4
|
|
||||||
with:
|
|
||||||
node-version: 20
|
|
||||||
cache: "npm"
|
|
||||||
|
|
||||||
- name: Install Dependencies
|
|
||||||
run: npm install
|
|
||||||
|
|
||||||
- name: Typecheck
|
|
||||||
run: npm run types
|
|
||||||
|
|
||||||
- name: Lint
|
|
||||||
run: npm run lint
|
|
||||||
|
|
||||||
#- 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