Skip to content

Commit

Permalink
fix: dont push images for dependabot (#148)
Browse files Browse the repository at this point in the history
* dont push images for dependabot

* replaced seedling with chore(deps)

---------

Co-authored-by: Dennis van Kekem <[email protected]>
  • Loading branch information
CasLubbers and dennisvankekem authored Nov 27, 2024
1 parent c3c9765 commit 323612f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ updates:
schedule:
interval: 'weekly'
commit-message:
prefix: ':seedling:'
prefix: 'chore(deps)'
labels:
- 'dependencies'

Expand All @@ -21,7 +21,7 @@ updates:
schedule:
interval: 'weekly'
commit-message:
prefix: ':seedling:'
prefix: 'chore(deps)'
labels:
- 'dependencies'

Expand All @@ -31,6 +31,6 @@ updates:
schedule:
interval: 'weekly'
commit-message:
prefix: ':seedling:'
prefix: 'chore(deps)'
labels:
- 'dependencies'
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
image_tag: ${{ env.TAG }}
build_extra_args: '--build-arg=NPM_TOKEN=${{ secrets.GITHUB_TOKEN }}'
- name: Retag from cache and push
if: ${{ github.actor != 'dependabot[bot]' }}
run: |
set -u
docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
Expand Down

0 comments on commit 323612f

Please sign in to comment.