Skip to content

Commit 02e43ab

Browse files
build: Update dependabot config. Dont run docker push if user is dependabot (#91)
1 parent 25309d4 commit 02e43ab

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,15 @@ version: 2
88
updates:
99
- package-ecosystem: "devcontainers"
1010
directory: "/"
11+
prefix: "chore: "
1112
schedule:
1213
interval: weekly
1314
- package-ecosystem: "github-actions"
1415
directory: "/"
1516
schedule:
1617
interval: "weekly"
18+
prefix: "build: "
19+
groups:
20+
actions-deps:
21+
patterns:
22+
- "*"

.github/workflows/medcat-service_docker.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ defaults:
1717
run:
1818
working-directory: ./medcat-service
1919
jobs:
20-
2120
build:
22-
21+
if: github.event.pull_request.user.login != 'dependabot[bot]' && github.repository == 'CogStack/cogstack-nlp'
2322
runs-on: ubuntu-latest
2423
outputs:
2524
image_version: ${{ steps.meta.outputs.version }}

0 commit comments

Comments
 (0)