Skip to content

get-bridge/dependabot-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependabot Validator

Test

Local Execution

./main.rb spec/fixtures/test_app spec/fixtures/test_app/.github/dependabot.yml

GitHub Action

Add the following to your workflow (e.g. .github/actions/test.yml):

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3.0.2
      - uses: get-bridge/dependabot-validator@v1.0.3

Testing the GitHub Action

Act is used to simulate a GitHub action run. It can be invoked via act.