Skip to content

Commit

Permalink
chore(apps): deploy freemium sample app
Browse files Browse the repository at this point in the history
  • Loading branch information
bptodorova committed Feb 28, 2025
1 parent ff38f53 commit c86b0b4
Show file tree
Hide file tree
Showing 8 changed files with 1,266 additions and 394 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,24 @@ updates:
labels:
- "Dependencies"

- package-ecosystem: "npm"
directory: "/examples/kendo-react-freemium"
schedule:
interval: "daily"
groups:
kendo-dependencies:
patterns:
- '@progress/kendo-*'
allow:
- dependency-name: '@progress/kendo-*'
commit-message:
prefix: "chore:"
reviewers:
- "telerik/kendo-react-devs"
- "telerik/kendo-react-support"
labels:
- "Dependencies"

- package-ecosystem: "npm"
directory: "/examples/kendo-react-homepage-demo"
schedule:
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
- 'examples/kendo-react-file-manager/**'
kendo-react-finance-portfolio:
- 'examples/kendo-react-finance-portfolio/**'
kendo-react-freemium:
- 'examples/kendo-react-freemium/**'
kendo-react-homepage-demo:
- 'examples/kendo-react-homepage-demo/**'
kendo-react-nextjs:
Expand Down Expand Up @@ -113,6 +115,13 @@ jobs:
npm ci
npm run build
# Add a build step (npm run build)
- name: Build Kendo React Freemium app
working-directory: ./examples/kendo-react-freemium
if: steps.changes.outputs.kendo-react-freemium == 'true'
run: |
npm ci
- name: Build Homepage demo app
working-directory: ./examples/kendo-react-homepage-demo
if: steps.changes.outputs.kendo-react-homepage-demo == 'true'
Expand Down
Loading

0 comments on commit c86b0b4

Please sign in to comment.