Skip to content

Commit

Permalink
chore(deps): update dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
NastaLeo committed Feb 21, 2024
1 parent 58095ed commit 01b9265
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 01b9265

Please sign in to comment.