Skip to content

Commit 0245f53

Browse files
committed
Ignore pyright from dependabot and update deps
1 parent f107edb commit 0245f53

File tree

2 files changed

+109
-222
lines changed

2 files changed

+109
-222
lines changed

.github/dependabot.yml

+8
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,11 @@ updates:
1313
prefix: "[pip]"
1414
include: "scope"
1515
target-branch: "main"
16+
ignore:
17+
# I've chose to ignroe pyright from Dependabot
18+
# As most of the time, it's pulled from upstream, which is Microsoft
19+
# Most of the time there isn't much changes that need to be addressed
20+
# Poetry should always install the latest version instead
21+
- dependency-name: "pyright"
22+
update-types: ["version-update:semver-patch"]
23+

0 commit comments

Comments
 (0)