Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DjordyKoert authored Nov 7, 2024
1 parent 24b0259 commit 90fd0fd
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,22 @@ permissions:
jobs:
dependabot:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./utils

if: github.event.pull_request.user.login == 'dependabot[bot]'
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v2
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: "Checkout"
uses: actions/checkout@v4
- name: "Checkout"
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: yarn install
working-directory: ./utils
- name: Swagger UI
run: yarn run swagger
working-directory: ./utils
- name: Redocly
run: yarn run redoc
working-directory: ./utils
- uses: actions/checkout@v4
- run: |
git config user.name github-actions
Expand Down

0 comments on commit 90fd0fd

Please sign in to comment.