From cd2c49b4a525c17d50aa9699e15a4fbcbc75c77a Mon Sep 17 00:00:00 2001 From: StepSecurity Bot Date: Wed, 17 May 2023 07:42:35 +0000 Subject: [PATCH] [StepSecurity] Apply security best practices resolve: #41 Signed-off-by: StepSecurity Bot --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..c5f0e168bb --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily + + - package-ecosystem: maven + directory: / + schedule: + interval: daily