We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd6e6aa + b67e351 commit dfecb02Copy full SHA for dfecb02
2 files changed
.github/dependabot.yml
@@ -1,5 +1,4 @@
1
version: 2
2
-
3
registries:
4
npm-github:
5
type: npm-registry
@@ -10,7 +9,6 @@ registries:
10
9
url: https://github.com
11
username: x-access-token
12
password: '${{ secrets.GH_TOKEN }}'
13
14
updates:
15
- package-ecosystem: npm
16
schedule:
@@ -27,7 +25,11 @@ updates:
27
25
28
26
- npm-github
29
- git-github
30
+ cooldown:
+ default:
+ days: 7
31
+ exclude-patterns:
32
+ - "@typeform/*"
33
- package-ecosystem: github-actions
34
35
interval: weekly
.yarnrc
@@ -0,0 +1,2 @@
+ignore-scripts true # blocks all postinstall scripts
+save-exact true # forces exact pins on yarn add
0 commit comments