Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
shields
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
shields.io
shields
Commits
7cd0cb65
Unverified
Commit
7cd0cb65
authored
6 years ago
by
chris48s
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
don't run danger on dependabot PRs (#1843)
parent
c69642a4
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.circleci/config.yml
+16
-0
16 additions, 0 deletions
.circleci/config.yml
with
16 additions
and
0 deletions
.circleci/config.yml
+
16
−
0
View file @
7cd0cb65
...
...
@@ -43,6 +43,16 @@ jobs:
when
:
always
command
:
npm run test:js:server
danger
:
docker
:
-
image
:
shieldsio/shields-ci-node-8:0.0.3
working_directory
:
~/repo
steps
:
-
checkout
-
restore_cache
:
key
:
v1-dependencies-{{ checksum "package.json" }}
-
run
:
name
:
Danger
when
:
always
...
...
@@ -194,6 +204,12 @@ workflows:
-
services-pr@node-latest
:
requires
:
-
npm-install
-
danger
:
requires
:
-
npm-install
filters
:
branches
:
ignore
:
/dependabot\/.*/
daily
:
triggers
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment