Skip to content

Commit cee2910

Browse files
authored
Merge pull request #32 from reload/dependabot-on-examples
Add Depenedabot updates on example packages
2 parents 514256f + f98a817 commit cee2910

File tree

2 files changed

+51
-1
lines changed

2 files changed

+51
-1
lines changed

.github/dependabot.yml

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,52 @@ updates:
1616
time: "04:00"
1717
timezone: Europe/Copenhagen
1818
open-pull-requests-limit: 20
19+
- package-ecosystem: npm
20+
directory: /examples/bun-mysql2
21+
schedule:
22+
interval: monthly
23+
time: "04:00"
24+
timezone: Europe/Copenhagen
25+
open-pull-requests-limit: 20
26+
- package-ecosystem: npm
27+
directory: /examples/bun-pg
28+
schedule:
29+
interval: monthly
30+
time: "04:00"
31+
timezone: Europe/Copenhagen
32+
open-pull-requests-limit: 20
33+
open-pull-requests-limit: 20
34+
- package-ecosystem: npm
35+
directory: /examples/bun-postgres
36+
schedule:
37+
interval: monthly
38+
time: "04:00"
39+
timezone: Europe/Copenhagen
40+
open-pull-requests-limit: 20
41+
- package-ecosystem: npm
42+
directory: /examples/node-better-sqlite3
43+
schedule:
44+
interval: monthly
45+
time: "04:00"
46+
timezone: Europe/Copenhagen
47+
open-pull-requests-limit: 20
48+
- package-ecosystem: npm
49+
directory: /examples/node-mysql2
50+
schedule:
51+
interval: monthly
52+
time: "04:00"
53+
timezone: Europe/Copenhagen
54+
open-pull-requests-limit: 20
55+
- package-ecosystem: npm
56+
directory: /examples/node-pg
57+
schedule:
58+
interval: monthly
59+
time: "04:00"
60+
timezone: Europe/Copenhagen
61+
open-pull-requests-limit: 20
62+
- package-ecosystem: npm
63+
directory: /examples/node-postgres
64+
schedule:
65+
interval: monthly
66+
time: "04:00"
67+
timezone: Europe/Copenhagen

examples/node-postgres/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104

105105
/* Completeness */
106106
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
107-
"skipLibCheck": true /* Skip type checking all .d.ts files. */
107+
"skipLibCheck": true, /* Skip type checking all .d.ts files. */
108+
"types": ["node"]
108109
}
109110
}

0 commit comments

Comments
 (0)