Skip to content
This repository was archived by the owner on Feb 19, 2024. It is now read-only.

Commit 1d36e06

Browse files
committed
docs: remove snyk
Snyk has issues with npm 7 and because the project is using renovate it is receiving fixes as soon as they are released. Issues with npm 7 are mostly seen in large projects where it incorrectly reports an outdated package-lock.json causing the build to fail.
1 parent e02cc4a commit 1d36e06

File tree

5 files changed

+1978
-10061
lines changed

5 files changed

+1978
-10061
lines changed

.mergify.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
pull_request_rules:
22
- name: Automatic merge security PRs when all status checks pass
33
conditions:
4-
- author~=^(snyk-bot|dependabot\[bot\]|renovate\[bot\])$
5-
- status-success=security/snyk (Asset Tracker Cloud)
4+
- author~=^(dependabot\[bot\]|renovate\[bot\])$
65
actions:
76
merge:
87
method: rebase

.snyk

Lines changed: 0 additions & 16 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# TypeScript ESLint Config [![npm version](https://img.shields.io/npm/v/@nordicsemiconductor/eslint-config-asset-tracker-cloud-typescript.svg)](https://www.npmjs.com/package/@nordicsemiconductor/eslint-config-asset-tracker-cloud-typescript)
22

33
[![GitHub Actions](https://github.com/NordicSemiconductor/asset-tracker-cloud-eslint-config-typescript/workflows/Semantic%20Release/badge.svg)](https://github.com/NordicSemiconductor/asset-tracker-cloud-eslint-config-typescript/actions)
4-
[![Known Vulnerabilities](https://snyk.io/test/github/NordicSemiconductor/asset-tracker-cloud-eslint-config-typescript/badge.svg?targetFile=package.json)](https://snyk.io/test/github/NordicSemiconductor/asset-tracker-cloud-eslint-config-typescript?targetFile=package.json)
54
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
65
[![Renovate](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com)
76
[![Mergify Status](https://img.shields.io/endpoint.svg?url=https://gh.mergify.io/badges/NordicSemiconductor/asset-tracker-cloud-eslint-config-typescript)](https://mergify.io)

0 commit comments

Comments
 (0)