Merge pull request #10592 from cabalism/typo/respositories
[cabal.git] / .github / workflows / dependabot.yml
blob6219653e4fe5607b385aaf6905abd532be43e16b
1 # copied from https://github.com/ubuntu/authd/commit/3f9df8f21d952cd33fd44d3834d0edeec1f5766f
3 name: Dependabot rules validation
5 on:
6   pull_request:
7     paths:
8       - '.github/dependabot.yml'
10 jobs:
11   validate:
12     runs-on: ubuntu-latest
13     steps:
14       - uses: actions/checkout@v4
16       - uses: marocchino/validate-dependabot@v3
17         id: validate