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
version: 2
2
updates:
3
-
- directory: "/"
0
4
schedule:
5
interval: "weekly"
6
7
-
- directory: "/packages/prototypey"
0
8
schedule:
9
interval: "weekly"
10
11
-
- directory: "/packages/site"
0
12
schedule:
13
interval: "weekly"
···
1
version: 2
2
updates:
3
+
- package-ecosystem: "npm"
4
+
directory: "/"
5
schedule:
6
interval: "weekly"
7
8
+
- package-ecosystem: "npm"
9
+
directory: "/packages/prototypey"
10
schedule:
11
interval: "weekly"
12
13
+
- package-ecosystem: "npm"
14
+
directory: "/packages/site"
15
schedule:
16
interval: "weekly"