Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
version: 2

registries:
npm-github:
type: npm-registry
Expand All @@ -10,7 +9,6 @@ registries:
url: https://github.com
username: x-access-token
password: '${{ secrets.GH_TOKEN }}'

updates:
- package-ecosystem: npm
schedule:
Expand All @@ -27,7 +25,11 @@ updates:
registries:
- npm-github
- git-github

cooldown:
default:
days: 7
exclude-patterns:
- "@typeform/*"
- package-ecosystem: github-actions
schedule:
interval: weekly
Expand Down
2 changes: 2 additions & 0 deletions .yarnrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ignore-scripts true # blocks all postinstall scripts
save-exact true # forces exact pins on yarn add
Loading