Skip to content

Commit

Permalink
dependabot validator
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewMiddlehurst committed Nov 13, 2023
1 parent 9d48931 commit c0b30a1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/check_dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: dependabot validate

on:
pull_request:
branches:
- main
paths:
- '.github/dependabot.yml'
- '.github/workflows/check_dependabot.yml'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true

jobs:
validate-dependabot:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3

- uses: marocchino/validate-dependabot@v2
1 change: 1 addition & 0 deletions .github/workflows/pr_opened.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: PR Opened

on:
pull_request_target:
types: [opened]
Expand Down

0 comments on commit c0b30a1

Please sign in to comment.