Skip to content

Commit

Permalink
Dependabot for new workflow (#59)
Browse files Browse the repository at this point in the history
* Add dependabot to keep GHA up to date

* Change current uses to poin to forked repo

---------

Co-authored-by: Taras Dzhuryn <[email protected]>
  • Loading branch information
TarasDz and Taras Dzhuryn authored Jan 23, 2024
1 parent 90a7678 commit 335c77d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
# Maintain dependencies for docker
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion .github/workflows/deploy-api-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

- uses: alex-ac/github-action-ssh-docker-compose@master
- uses: matiasnu/github-action-ssh-docker-compose@7fb3aa789f898b63c3722e6beb2dafa1a70f0e22 # v2.0.3
name: Docker-Compose Remote Deployment
with:
ssh_host: ${{ secrets.DEPLOY_HOST_DNS }}
Expand Down

0 comments on commit 335c77d

Please sign in to comment.