Skip to content

Commit

Permalink
feat(ci): enable dependabot and update tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Aug 11, 2024
1 parent 25077ed commit 79c86ef
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
labels:
- "dependencies"
commit-message:
prefix: "chore"
include: "scope"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
labels:
- "dependencies"
commit-message:
prefix: "chore"
include: "scope"
2 changes: 1 addition & 1 deletion .github/workflows/media-lxc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# Create a GitHub release and attach the generated container template.
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: ${{ github.event_name == 'push' }}
with:
name: ${{ env.TAG_NAME }}-media
Expand Down

0 comments on commit 79c86ef

Please sign in to comment.