From dadbbd6010c8cd66c81cefae84d4ad826aea0f36 Mon Sep 17 00:00:00 2001 From: "chris.ditcher" Date: Tue, 15 Oct 2024 10:46:37 -0700 Subject: [PATCH] Added dependabot.yaml --- .github/dependabot.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..dc25895 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,16 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "maven" # See documentation for possible values + directory: "/api" # Location of package manifests + schedule: + interval: "weekly" + target-branch: "master" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" \ No newline at end of file