From 304b996b9d9adaa81ff7160d05e331c6d4ba037f Mon Sep 17 00:00:00 2001 From: Rene Zbinden Date: Thu, 22 Jun 2023 11:02:12 +0200 Subject: [PATCH] ci: enable dependabot --- .github/dependabot.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 00000000..2abeded6 --- /dev/null +++ b/.github/dependabot.yaml @@ -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/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + labels: + - "go" + - "dependencies" + schedule: + interval: "daily" + target-branch: master