Skip to content

Commit

Permalink
Fix dependency structure for dependabot (#1946)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsangmeister authored Nov 7, 2023
1 parent 4046c03 commit 8dd73b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ updates:
interval: "daily"
assignees:
- "jsangmeister"
ignore:
- dependency-name: "python"
update-types: ["version-update:semver-major"]

- package-ecosystem: "github-actions"
directory: "/"
Expand Down
2 changes: 0 additions & 2 deletions requirements/partial/requirements_datastore_locally.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
-r https://raw.githubusercontent.com/OpenSlides/openslides-datastore-service/${DATASTORE_COMMIT_HASH}/requirements/requirements-general.txt

types-redis==4.6.0.3
1 change: 1 addition & 0 deletions requirements/requirements_development_local_ds.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-r https://raw.githubusercontent.com/OpenSlides/openslides-datastore-service/${DATASTORE_COMMIT_HASH}/requirements/requirements-general.txt
-r partial/requirements_datastore_locally.txt
-r partial/requirements_production.txt
-r partial/requirements_development.txt

0 comments on commit 8dd73b2

Please sign in to comment.