Skip to content

Commit

Permalink
chore: make dependabot ignore chai & eslint updates
Browse files Browse the repository at this point in the history
  • Loading branch information
basti1302 committed Jun 25, 2024
1 parent 8578abf commit 991c99e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ updates:
day: "tuesday"
time: "09:00"
timezone: "Europe/Berlin"
ignore:
- dependency-name: "chai"
- dependency-name: "eslint"
- dependency-name: "eslint-plugin-unused-imports"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit 991c99e

Please sign in to comment.