Skip to content
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 #5

Bump eslint-plugin-n from 15.7.0 to 17.7.0

Bump eslint-plugin-n from 15.7.0 to 17.7.0 #5

Workflow file for this run

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 }}"