Skip to content

Commit 43f72f4

Browse files
philvarnergeospatial-jeffmoradology
authored
add dependabot configuration (#388)
Co-authored-by: Jeff Albrecht <[email protected]> Co-authored-by: Nathan Zimmerman <[email protected]>
1 parent 8e70b18 commit 43f72f4

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.github/dependabot.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: "/"
5+
schedule:
6+
interval: weekly
7+
- package-ecosystem: pip
8+
directory: "/.github/workflows"
9+
schedule:
10+
interval: weekly
11+
- package-ecosystem: pip
12+
directory: "/stac_fastapi/api"
13+
schedule:
14+
interval: weekly
15+
- package-ecosystem: pip
16+
directory: "/stac_fastapi/api"
17+
schedule:
18+
interval: weekly
19+
- package-ecosystem: pip
20+
directory: "/stac_fastapi/types"
21+
schedule:
22+
interval: weekly
23+
- package-ecosystem: pip
24+
directory: "/stac_fastapi/extensions"
25+
schedule:
26+
interval: weekly
27+
- package-ecosystem: pip
28+
directory: "/stac_fastapi/pgstac"
29+
schedule:
30+
interval: weekly
31+
- package-ecosystem: pip
32+
directory: "/stac_fastapi/sqlalchemy"
33+
schedule:
34+
interval: weekly

0 commit comments

Comments
 (0)