Skip to content

Commit

Permalink
Ignore pyright from dependabot and update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
No767 committed Nov 18, 2023
1 parent f107edb commit 0245f53
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 222 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,11 @@ updates:
prefix: "[pip]"
include: "scope"
target-branch: "main"
ignore:
# I've chose to ignroe pyright from Dependabot
# As most of the time, it's pulled from upstream, which is Microsoft
# Most of the time there isn't much changes that need to be addressed
# Poetry should always install the latest version instead
- dependency-name: "pyright"
update-types: ["version-update:semver-patch"]

Loading

0 comments on commit 0245f53

Please sign in to comment.