Skip to content

Commit

Permalink
chore: fix dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
notdodo committed Jan 29, 2024
1 parent a45fa68 commit 5d6b733
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,3 @@ updates:
interval: monthly
time: "12:00"
day: wednesday
groups:
iamme-ghas:
patterns:
- "*"
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
- "127.0.0.1:7474:7474"
- "0.0.0.0:7687:7687"
volumes:
- okta_Data:/data
- okta_data:/data
- ./backup:/backup:rw
environment:
NEO4J_PLUGINS: '["apoc", "graph-data-science"]'
Expand All @@ -46,4 +46,4 @@ networks:
iamme-iamme:

volumes:
okta_Data:
okta_data:

0 comments on commit 5d6b733

Please sign in to comment.