Skip to content

Commit e00652a

Browse files
authored
ci(dependabot): (#263)
1 parent 42e44fe commit e00652a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/dependabot.yml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "gradle"
4+
directory: "DynamoDbEncryption/runtimes/java"
5+
schedule:
6+
interval: "daily"
7+
- package-ecosystem: "gradle"
8+
directory: "Example/runtimes/java/DynamoDbEncryption"
9+
schedule:
10+
interval: "daily"
11+
- package-ecosystem: "gradle"
12+
directory: "Example/runtimes/java/Migration"
13+
schedule:
14+
interval: "daily"
15+
- package-ecosystem: "gradle"
16+
directory: "TestVectors/runtimes/java"
17+
schedule:
18+
interval: "daily"
19+
- package-ecosystem: "github-actions"
20+
directory: ".github/workflows"
21+
schedule:
22+
interval: "daily"

0 commit comments

Comments
 (0)