File tree Expand file tree Collapse file tree 5 files changed +22
-10
lines changed
Expand file tree Collapse file tree 5 files changed +22
-10
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,18 @@ updates:
1010 schedule :
1111 interval : " weekly"
1212 - package-ecosystem : " npm"
13- directory : " /src"
13+ directory : " /infra/bigquery-export"
14+ schedule :
15+ interval : " weekly"
16+ - package-ecosystem : " npm"
17+ directory : " infra/dataform-export"
18+ schedule :
19+ interval : " weekly"
20+ - package-ecosystem : " npm"
21+ directory : " infra/dataform-trigger"
22+ schedule :
23+ interval : " weekly"
24+ - package-ecosystem : " terraform"
25+ directory : " infra/tf/"
1426 schedule :
1527 interval : " weekly"
Original file line number Diff line number Diff line change 88 },
99 "type" : " module" ,
1010 "dependencies" : {
11- "@google-cloud/bigquery" : " ^ 7.9.1" ,
12- "@google-cloud/firestore" : " ^ 7.10.0" ,
13- "@google-cloud/storage" : " ^ 7.14.0"
11+ "@google-cloud/bigquery" : " 7.9.1" ,
12+ "@google-cloud/firestore" : " 7.10.0" ,
13+ "@google-cloud/storage" : " 7.14.0"
1414 },
1515 "author" : " @max-ostapenko"
1616}
Original file line number Diff line number Diff line change 55 "main" : " index.js" ,
66 "type" : " module" ,
77 "dependencies" : {
8- "@google-cloud/functions-framework" : " ^ 3.4.2" ,
9- "@google-cloud/run" : " ^ 1.5.0"
8+ "@google-cloud/functions-framework" : " 3.4.2" ,
9+ "@google-cloud/run" : " 1.5.0"
1010 },
1111 "scripts" : {
1212 "start" : " npx functions-framework --target=dataform-export --signature-type=http --debug"
Original file line number Diff line number Diff line change 44 "author" : " @max-ostapenko" ,
55 "main" : " index.js" ,
66 "dependencies" : {
7- "@google-cloud/bigquery" : " ^ 7.9.1" ,
8- "@google-cloud/dataform" : " ^ 1.3.0" ,
9- "@google-cloud/functions-framework" : " ^ 3.4.2"
7+ "@google-cloud/bigquery" : " 7.9.1" ,
8+ "@google-cloud/dataform" : " 1.3.0" ,
9+ "@google-cloud/functions-framework" : " 3.4.2"
1010 },
1111 "scripts" : {
1212 "start" : " npx functions-framework --target=dataform-trigger --signature-type=http --port=8080 --debug"
Original file line number Diff line number Diff line change 22 "name" : " crawl-data" ,
33 "author" : " @max-ostapenko" ,
44 "dependencies" : {
5- "@dataform/core" : " ^ 3.0.19"
5+ "@dataform/core" : " 3.0.19"
66 },
77 "scripts" : {
88 "format" : " npx standard --fix; npx markdownlint --ignore-path .gitignore --config package.json --configPointer /markdownlint . --fix; terraform -chdir=infra/tf fmt -recursive" ,
You can’t perform that action at this time.
0 commit comments