Skip to content

Commit

Permalink
chore: correct dependabot config (#550)
Browse files Browse the repository at this point in the history
* chore: refactor dependabot config

* chore: refactor dependabot config

* chore: refactor dependabot config
  • Loading branch information
npalm authored Mar 5, 2024
1 parent 0c76a5e commit ad39695
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,14 @@ updates:
octokit:
patterns:
- "@octokit/*"
eslint:
patterns:
- "eslint*"
jest:
patterns:
- "*jest*"
figlet:
patterns:
- "*figlet*"

# Maintain dependencies for GitHub Actions
Expand Down

0 comments on commit ad39695

Please sign in to comment.