mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-27 19:16:44 +00:00
lower runtime to try fix dependabot resolution (#9031)
* lower runtime to fix dependabot resolution * Revert "split up python updates and assign to @matmair for manual fixes where necessary (#8772)" This reverts commit 04d7a96ddea647fbc53bb33f06aa62b3809a4b5c.
This commit is contained in:
parent
73b46c1c15
commit
72c077c861
19
.github/dependabot.yml
vendored
19
.github/dependabot.yml
vendored
@ -16,33 +16,16 @@ updates:
|
||||
|
||||
- package-ecosystem: pip
|
||||
directories:
|
||||
- /contrib/container
|
||||
- /docs
|
||||
- /contrib/dev_reqs
|
||||
schedule:
|
||||
interval: weekly
|
||||
day: friday
|
||||
groups:
|
||||
dependencies:
|
||||
patterns:
|
||||
- "*" # Include all dependencies
|
||||
assignees:
|
||||
- "matmair"
|
||||
versioning-strategy: increase
|
||||
|
||||
- package-ecosystem: pip
|
||||
directories:
|
||||
- /contrib/container
|
||||
- /src/backend
|
||||
schedule:
|
||||
interval: weekly
|
||||
day: friday
|
||||
groups:
|
||||
dependencies:
|
||||
patterns:
|
||||
- "*" # Include all dependencies
|
||||
assignees:
|
||||
- "matmair"
|
||||
versioning-strategy: increase
|
||||
|
||||
- package-ecosystem: npm
|
||||
directories:
|
||||
|
@ -1 +1 @@
|
||||
python-3.10.7
|
||||
python-3.9.21
|
||||
|
Loading…
x
Reference in New Issue
Block a user