From 490a77054ef5f1c5e1e291e4551971ba80777f2b Mon Sep 17 00:00:00 2001 From: Miguel Duarte Barroso Date: Wed, 8 Jan 2025 17:53:19 +0100 Subject: [PATCH] ci: configure dependabot Having the bot handle dependency updates makes our lives easier. Signed-off-by: Miguel Duarte Barroso --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..d0b00904 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +# 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/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "gomod" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" + assignees: + - maiqueb