From 9431896e972014c40b2876ebb81aa09d522cfe44 Mon Sep 17 00:00:00 2001 From: texastony <5892063+texastony@users.noreply.github.com> Date: Wed, 19 Jul 2023 13:02:21 -0700 Subject: [PATCH 1/2] ci(dependabot): --- .github/dependabot.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..4fa223729 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,22 @@ +hxhxversion: 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" From e393c1df50d529058529e4f9a177ba67ab0327ae Mon Sep 17 00:00:00 2001 From: texastony <5892063+texastony@users.noreply.github.com> Date: Wed, 19 Jul 2023 13:03:46 -0700 Subject: [PATCH 2/2] ci(dependabot): --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4fa223729..b7567b9cf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,4 +1,4 @@ -hxhxversion: 2 +version: 2 updates: - package-ecosystem: "gradle" directory: "DynamoDbEncryption/runtimes/java"