From 3a5b7f7a86dec9b5fc5689c6b1a1c6ba1aa2a7e3 Mon Sep 17 00:00:00 2001 From: dante di domenico Date: Wed, 28 Feb 2024 08:03:56 +0100 Subject: [PATCH] feat: add dependabot.yml --- .github/dependabot.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..a989b78 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,19 @@ +# 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: "github-actions" + directory: "/" + schedule: + interval: "weekly" + groups: + gh-actions: + patterns: ['actions/*'] + docker: + patterns: ['docker/*'] + codecov: + patterns: ['codecov/*']