File tree 2 files changed +1
-8
lines changed
2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,6 @@ updates:
13
13
prefix : " [pip]"
14
14
include : " scope"
15
15
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
16
groups :
24
17
dev-deps :
25
18
dependency-type : " development"
Original file line number Diff line number Diff line change 11
11
12
12
# We want to filter out dependabot and pre-commit
13
13
# automated pushes to main
14
- if : ${{ github.actor != 'dependabot[bot]' && 'pre-commit-ci[bot]' }}
14
+ if : ${{ github.actor != 'dependabot[bot]'}}
15
15
steps :
16
16
- name : Checkout
17
17
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments