Skip to content

Commit 36c142a

Browse files
fix(NOJIRA-1234): harden yarn configuration
1 parent 75da36f commit 36c142a

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
version: 2
2-
32
updates:
43
- package-ecosystem: npm
54
directory: '/'
@@ -17,7 +16,11 @@ updates:
1716
typeform:
1817
patterns:
1918
- '@typeform*'
20-
19+
cooldown:
20+
default:
21+
days: 7
22+
exclude-patterns:
23+
- "@typeform/*"
2124
registries:
2225
gh-packages:
2326
type: npm-registry

.yarnrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ignore-scripts true # blocks all postinstall scripts
2+
save-exact true # forces exact pins on yarn add

0 commit comments

Comments
 (0)