Skip to content

Commit

Permalink
ci: add dependabot check (#1732)
Browse files Browse the repository at this point in the history
* add dependabot check

* Update .github/workflows/validate-dependabot.yml

* use latest version

* remove pr comment
  • Loading branch information
niklasad1 committed Aug 27, 2024
1 parent 4bc27d4 commit e6d9f80
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/validate-dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Dependabot

on:
pull_request:
paths:
- '.github/dependabot.yml'
- '.github/workflows/validate-dependabot.yml'
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: marocchino/validate-dependabot@v3
id: validate

0 comments on commit e6d9f80

Please sign in to comment.