mirror of
https://github.com/ae-utbm/sith.git
synced 2025-09-16 13:03:51 +00:00
Compare commits
1 Commits
taiste
...
dependabot
Author | SHA1 | Date | |
---|---|---|---|
|
226afe8a2f |
2
.github/auto_assign.yml
vendored
2
.github/auto_assign.yml
vendored
@@ -6,7 +6,7 @@ addAssignees: author
|
|||||||
|
|
||||||
# A list of team reviewers to be added to pull requests (GitHub team slug)
|
# A list of team reviewers to be added to pull requests (GitHub team slug)
|
||||||
reviewers:
|
reviewers:
|
||||||
- ae-utbm/developpeurs
|
- ae-utbm/sith-3-developers
|
||||||
|
|
||||||
# Number of reviewers has no impact on GitHub teams
|
# Number of reviewers has no impact on GitHub teams
|
||||||
# Set 0 to add all the reviewers (default: 0)
|
# Set 0 to add all the reviewers (default: 0)
|
||||||
|
9
.github/dependabot.yml
vendored
9
.github/dependabot.yml
vendored
@@ -16,16 +16,7 @@ multi-ecosystem-groups:
|
|||||||
|
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: "uv"
|
- package-ecosystem: "uv"
|
||||||
patterns: ["*"]
|
|
||||||
multi-ecosystem-group: "common"
|
multi-ecosystem-group: "common"
|
||||||
|
|
||||||
- package-ecosystem: "npm"
|
- package-ecosystem: "npm"
|
||||||
patterns: ["*"]
|
|
||||||
multi-ecosystem-group: "common"
|
multi-ecosystem-group: "common"
|
||||||
groups:
|
|
||||||
# npm supports production and development groups, but not uv
|
|
||||||
# cf. https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#dependency-type-groups
|
|
||||||
main-deps:
|
|
||||||
dependency-type: "production"
|
|
||||||
dev-deps:
|
|
||||||
dependency-type: "development"
|
|
||||||
|
@@ -74,7 +74,7 @@ dev = [
|
|||||||
tests = [
|
tests = [
|
||||||
"freezegun<2.0.0,>=1.5.1",
|
"freezegun<2.0.0,>=1.5.1",
|
||||||
"pytest<9.0.0,>=8.3.5",
|
"pytest<9.0.0,>=8.3.5",
|
||||||
"pytest-cov<7.0.0,>=6.0.0",
|
"pytest-cov>=6.0.0,<8.0.0",
|
||||||
"pytest-django<5.0.0,>=4.10.0",
|
"pytest-django<5.0.0,>=4.10.0",
|
||||||
"model-bakery<2.0.0,>=1.20.4",
|
"model-bakery<2.0.0,>=1.20.4",
|
||||||
"beautifulsoup4>=4.13.3,<5",
|
"beautifulsoup4>=4.13.3,<5",
|
||||||
|
Reference in New Issue
Block a user