We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25309d4 commit 02e43abCopy full SHA for 02e43ab
.github/dependabot.yml
@@ -8,9 +8,15 @@ version: 2
8
updates:
9
- package-ecosystem: "devcontainers"
10
directory: "/"
11
+ prefix: "chore: "
12
schedule:
13
interval: weekly
14
- package-ecosystem: "github-actions"
15
16
17
interval: "weekly"
18
+ prefix: "build: "
19
+ groups:
20
+ actions-deps:
21
+ patterns:
22
+ - "*"
.github/workflows/medcat-service_docker.yml
@@ -17,9 +17,8 @@ defaults:
run:
working-directory: ./medcat-service
jobs:
-
build:
+ if: github.event.pull_request.user.login != 'dependabot[bot]' && github.repository == 'CogStack/cogstack-nlp'
23
runs-on: ubuntu-latest
24
outputs:
25
image_version: ${{ steps.meta.outputs.version }}
0 commit comments