Skip to content

Commit 67029bd

Browse files
authored
Dependabot config (#176)
* Wait 7 days after release before showing dependabot updates This slightly reduces our vunerability to supply chain attacks. * Add dependabot udpates for frontend packages
1 parent 8dc1441 commit 67029bd

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66
version: 2
77
updates:
88
- package-ecosystem: "uv" # See documentation for possible values
9-
directory: "/" # Location of package manifests
9+
directory: "/"
1010
schedule:
1111
interval: "daily"
12+
cooldown:
13+
default-days: 7
14+
updates:
15+
- package-ecosystem: "npm"
16+
directory: "server/frontend/" # Location of package manifests
17+
schedule:
18+
interval: "daily"
19+
cooldown:
20+
default-days: 7

0 commit comments

Comments
 (0)