Skip to content

Commit

Permalink
Ignored deps dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
epessina committed Jul 24, 2024
1 parent 6d2f26a commit 1b012f5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,12 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "daily"
ignore:
- dependency-name: "react:*"
versions: [ ">=17" ]
- dependency-name: "react-dom:*"
versions: [ ">=17" ]
- dependency-name: "lit:*"
versions: [ ">=2" ]
- dependency-name: "eslint:*"
versions: [ ">=8" ]

0 comments on commit 1b012f5

Please sign in to comment.