Skip to content

Commit

Permalink
feat: add dependabot code for app, add deploy script to app's package…
Browse files Browse the repository at this point in the history
….json[INTEG-2340] (#4209)
  • Loading branch information
tylerwashington888 authored Jan 29, 2025
1 parent 2e21757 commit 2f504b5
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 4 deletions.
34 changes: 33 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,39 @@ updates:
- minor
- patch
patterns:
- '*'
- '*'
- package-ecosystem: npm
schedule:
interval: daily
time: '03:00'
timezone: Etc/UTC
open-pull-requests-limit: 3
commit-message:
prefix: 'fix'
prefix-development: 'chore'
include: 'scope'
directory: '/apps/vwo-fme'
ignore:
- dependency-name: '@types/node'
versions:
- '>18.15.3'
groups:
production-dependencies:
applies-to: version-updates
dependency-type: production
update-types:
- minor
- patch
patterns:
- '*'
dev-dependencies:
applies-to: version-updates
dependency-type: development
update-types:
- minor
- patch
patterns:
- '*'
- package-ecosystem: npm
schedule:
interval: daily
Expand Down
3 changes: 2 additions & 1 deletion apps/vwo-fme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"create-app-definition": "contentful-app-scripts create-app-definition",
"upload": "contentful-app-scripts upload --bundle-dir ./build",
"install-ci": "npm install --legacy-peer-deps",
"upload-ci": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id $CONTENTFUL_ORG_ID --definition-id $CONTENTFUL_APP_DEF_ID --token $CONTENTFUL_ACCESS_TOKEN"
"deploy": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${DEFINITIONS_ORG_ID} --definition-id 71oYmQJFCIWn9pxizjN8dZ --token ${CONTENTFUL_CMA_TOKEN}",
"deploy:staging": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${TEST_ORG_ID} --definition-id 1Ruf35Q3xWxPZhedm8ygEx --token ${TEST_CMA_TOKEN}"
},
"eslintConfig": {
"extends": "react-app"
Expand Down
4 changes: 2 additions & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"apps/transifex": {},
"apps/uploadcare": {},
"apps/voucherify": {},
"apps/vwo-fme": {},
"apps/wix": {},
"apps/xillio-transcreate": {},
"apps/vwo-fme": {}
"apps/xillio-transcreate": {}
}
}

0 comments on commit 2f504b5

Please sign in to comment.