Skip to content

Commit 7f222d6

Browse files
authored
Merge pull request #124 from leanix/feature/CMP-70-secure-npm-dependencies
CMP-70 Enforce secure NPM dependency practices
2 parents c5513f8 + a2db666 commit 7f222d6

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
save-exact=true

renovate.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:js-app", "group:allNonMajor"],
3+
"extends": ["config:js-app", "group:allNonMajor", "github>leanix/.github"],
44
"timezone": "Europe/Berlin",
5-
"packageRules": [
6-
{
7-
"updateTypes": ["minor", "patch"],
8-
"automerge": true,
9-
"automergeSchedule": ["after 10am and before 4pm every weekday"]
10-
}
11-
],
125
"prConcurrentLimit": 2
136
}

0 commit comments

Comments
 (0)