This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
Bump eslint-plugin-n from 15.7.0 to 17.7.0 #10
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run Dependabot on push to package.json or package-lock.json | |
on: | |
push: | |
paths: | |
- 'package.json' | |
- 'package-lock.json' | |
jobs: | |
dependabot: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4.1.6 | |
- name: Fetch metadata | |
id: metadata | |
uses: dependabot/fetch-metadata@v2.1.0 | |
with: | |
github-token: "${{ secrets.GITHUB_TOKEN }}" |