From b2f365c527e5575f9fa1e3c2dd2d10fc8d909813 Mon Sep 17 00:00:00 2001 From: phoenix6936 <189024923+phoenix6936@users.noreply.github.com> Date: Thu, 12 Dec 2024 09:19:27 +0330 Subject: [PATCH] Create dependabot.yml Signed-off-by: phoenix6936 <189024923+phoenix6936@users.noreply.github.com> --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..635589a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +# 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: "gomod" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"