From a6e148a913a5bdb5ade89fe66985b8a348818278 Mon Sep 17 00:00:00 2001 From: Sergio Garcia Date: Mon, 19 May 2025 10:28:54 +0200 Subject: [PATCH] Github Actions: Setup dependabot Related: https://github.com/AliceO2Group/O2Physics/pull/10660 --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000000..30ad6d8f005b3 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +--- +# Dependabot configuration +# Reference: https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "github-actions" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly"