Skip to content

Commit

Permalink
add dependabot.yml file (#64)
Browse files Browse the repository at this point in the history
Co-authored-by: jlimbu <[email protected]>
  • Loading branch information
jlimbu and jlimbu authored May 10, 2024
1 parent 9712413 commit b2a87a3
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
version: 2

updates:
- package-ecosystem: "npm"
directory: .
schedule:
interval: monthly
17 changes: 17 additions & 0 deletions .github/dependencytrack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Dependency-Track Scan
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
scan:
name: Scan Project Dependencies
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install Dependency-Track CLI
run: npm install -g @dependencytrack/cli

0 comments on commit b2a87a3

Please sign in to comment.