Skip to content

Commit

Permalink
Merge pull request #2246 from exadel-inc/chore/dependabot-update
Browse files Browse the repository at this point in the history
chore(deps): update dependabot config
  • Loading branch information
ala-n authored Feb 22, 2024
2 parents 8f81248 + 01b9265 commit 172d29a
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,22 @@ updates:
patterns:
- "semantic-release"
- "@semantic-release/*"
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
versioning-strategy: increase
open-pull-requests-limit: 10
schedule:
interval: "daily"
reviewers:
- "@exadel-inc/esl-core-maintainers"
assignees:
- "ala-n"
- "abarmina"
- "NastaLeo"
groups:
gh-pages:
patterns:
- "actions/configure-pages"
- "actions/upload-pages-artifact"
- "actions/deploy-pages"
14 changes: 14 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Test

on: workflow_dispatch

jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Get repository code
uses: actions/checkout@v3
- name: Install NPM Dependencies
run: npm ci
- name: Run tests
run: npm run test

0 comments on commit 172d29a

Please sign in to comment.