Skip to content

Commit c448a91

Browse files
committed
VED-153: Fix dependabot config.
1 parent 3676bf5 commit c448a91

File tree

2 files changed

+30
-26
lines changed

2 files changed

+30
-26
lines changed

.dependabot/config.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/dependabot.yml

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,34 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "" # See documentation for possible values
9-
directory: "/" # Location of package manifests
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
1010
schedule:
11-
interval: "weekly"
11+
interval: "daily"
12+
13+
- package-ecosystem: "npm"
14+
directory: "/"
15+
schedule:
16+
interval: "daily"
17+
18+
- package-ecosystem: "pip"
19+
directories:
20+
- "/"
21+
- "/ack_backend"
22+
- "/backend"
23+
- "/delta_backend"
24+
- "/e2e"
25+
- "/e2e_batch"
26+
- "/filenameprocessor"
27+
- "/mesh_processor"
28+
- "/recordprocessor"
29+
schedule:
30+
interval: "daily"
31+
32+
- package-ecosystem: "terraform"
33+
directories:
34+
- "/infra/**"
35+
- "/terraform"
36+
- "/terraform_aws_backup/**"
37+
schedule:
38+
interval: "daily"

0 commit comments

Comments
 (0)