Skip to content

Commit

Permalink
feat: add dependabot configuration (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordiroig-tf authored Apr 29, 2024
1 parent 29fe4e4 commit 1b2c4c0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2

updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
day: sunday
groups:
dependencies:
patterns:
- "*"
commit-message:
prefix: chore(bot)
6 changes: 3 additions & 3 deletions .github/workflows/comment-deploy-link.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:


- name: Find Comment
uses: peter-evans/find-comment@v2
uses: peter-evans/find-comment@v3
if: inputs.update-comment
continue-on-error: true
id: find-comment
Expand All @@ -80,7 +80,7 @@ jobs:
body-includes: '🚀 Deploy this version in'

- name: Create Comment
uses: peter-evans/create-or-update-comment@v2
uses: peter-evans/create-or-update-comment@v4
if: steps.find-comment.outputs.comment-id == ''
continue-on-error: true
with:
Expand All @@ -91,7 +91,7 @@ jobs:
${{ steps.set-result.outputs.result }}
- name: Update Comment
uses: peter-evans/create-or-update-comment@v2
uses: peter-evans/create-or-update-comment@v4
if: steps.find-comment.outputs.comment-id != '' && inputs.update-comment
continue-on-error: true
with:
Expand Down

0 comments on commit 1b2c4c0

Please sign in to comment.