Skip to content

Commit

Permalink
feat: prepare dependabot (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 authored Apr 8, 2024
1 parent 541ad5b commit 3ff3c16
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 59 deletions.
57 changes: 57 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
target-branch: "develop"
reviewers:
- "martines3000"
assignees:
- "martines3000"
open-pull-requests-limit: 10
commit-message:
prefix: "chore"
ignore:
- dependency-name: "@didtools/pkh-ethereum"
- dependency-name: "did-session"
- dependency-name: "@sphereon/pex"
- dependency-name: "@sphereon/ssi-types"
- dependency-name: "@blockchain-lab-um/*"
groups:
veramo:
patterns:
- "@veramo/*"
polygonid:
patterns:
- "@0xpolygonid/js-sdk"
- "@iden3/*"
nx:
patterns:
- "@nx/*"
- "nx"
- "nx-cloud"
vitest:
patterns:
- "vitest"
- "vite"
- "vite-config-paths"
- "@vitest/coverage-v8"
supabase:
patterns:
- "@supabase/*"
- "supabase"
metamask-snaps:
patterns:
- "@metamask/snaps-sdk"
- "@metamask/snaps-cli"


# Things to ignore (workaround)
- package-ecosystem: "npm"
directory: "/libs/did-provider-ebsi"
schedule:
interval: "monthly"
ignore:
- dependency-name: "*"
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
registry-url: https://registry.npmjs.org/
cache: 'pnpm'
- name: Set up nx-cloud
run: npx nx-cloud start-ci-run --distribute-on="4 linux-medium-js" --stop-agents-after="test:ci"
run: npx nx-cloud start-ci-run --distribute-on="4 linux-medium-plus-js" --stop-agents-after="test:ci"
- name: Install dependencies
run: pnpm install --frozen-lockfile
- run: pnpm nx run-many --target=build,lint,test:ci
1 change: 0 additions & 1 deletion packages/dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
"next-intl": "3.9.4",
"next-sitemap": "^4.2.3",
"next-themes": "^0.2.1",
"pino-pretty": "^10.3.1",
"qrcode.react": "^3.1.0",
"qs": "^6.11.2",
"react": "18.2.0",
Expand Down
58 changes: 1 addition & 57 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3ff3c16

Please sign in to comment.