3 Commits

Author SHA1 Message Date
Haritha 3299817c49 Update basic-validation.yml 2025-04-16 12:29:48 -05:00
Haritha 51471631b5 Fix test failure issue 2025-04-16 12:20:00 -05:00
HarithaVattikuti 3d73cee0ea Create dependabot.yml 2025-01-15 16:24:55 -06:00
2 changed files with 17 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
# Enable version updates for GitHub Actions
- package-ecosystem: 'github-actions'
# Workflow files stored in the default location of `.github/workflows`
# You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.
directory: '/'
schedule:
interval: 'weekly'
+3 -1
View File
@@ -62,7 +62,9 @@ jobs:
- name: Test
run: npm test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Audit packages
run: npm audit --audit-level=high
if: ${{inputs.enable-audit}}
if: ${{inputs.enable-audit}}