tangled
alpha
login
or
join now
tylur.dev
/
prototypey
prototypey.org - atproto lexicon typescript toolkit - mirror https://github.com/tylersayshi/prototypey
1
fork
atom
overview
issues
pulls
pipelines
add package ecosystem
Tyler
3 months ago
e5b5b540
a31f270c
+6
-3
1 changed file
expand all
collapse all
unified
split
.github
dependabot.yml
+6
-3
.github/dependabot.yml
···
1
1
version: 2
2
2
updates:
3
3
-
- directory: "/"
3
3
+
- package-ecosystem: "npm"
4
4
+
directory: "/"
4
5
schedule:
5
6
interval: "weekly"
6
7
7
7
-
- directory: "/packages/prototypey"
8
8
+
- package-ecosystem: "npm"
9
9
+
directory: "/packages/prototypey"
8
10
schedule:
9
11
interval: "weekly"
10
12
11
11
-
- directory: "/packages/site"
13
13
+
- package-ecosystem: "npm"
14
14
+
directory: "/packages/site"
12
15
schedule:
13
16
interval: "weekly"