diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..b7567b9cf --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,22 @@ +version: 2 +updates: + - package-ecosystem: "gradle" + directory: "DynamoDbEncryption/runtimes/java" + schedule: + interval: "daily" + - package-ecosystem: "gradle" + directory: "Example/runtimes/java/DynamoDbEncryption" + schedule: + interval: "daily" + - package-ecosystem: "gradle" + directory: "Example/runtimes/java/Migration" + schedule: + interval: "daily" + - package-ecosystem: "gradle" + directory: "TestVectors/runtimes/java" + schedule: + interval: "daily" + - package-ecosystem: "github-actions" + directory: ".github/workflows" + schedule: + interval: "daily"