We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42e44fe commit e00652aCopy full SHA for e00652a
.github/dependabot.yml
@@ -0,0 +1,22 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "gradle"
4
+ directory: "DynamoDbEncryption/runtimes/java"
5
+ schedule:
6
+ interval: "daily"
7
8
+ directory: "Example/runtimes/java/DynamoDbEncryption"
9
10
11
12
+ directory: "Example/runtimes/java/Migration"
13
14
15
16
+ directory: "TestVectors/runtimes/java"
17
18
19
+ - package-ecosystem: "github-actions"
20
+ directory: ".github/workflows"
21
22
0 commit comments