From 45b66e53564c9c5834a129131e5f261ae0702c9f Mon Sep 17 00:00:00 2001 From: swaroopar Date: Sun, 10 Dec 2023 04:41:34 +0000 Subject: [PATCH] add dependabot --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..1f9d687 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + - package-ecosystem: maven + commit-message: + prefix: dependencies + directory: / + schedule: + interval: daily + - package-ecosystem: docker + directory: / + schedule: + interval: daily