From 266a01b7d4c5f85e8e089ba5e465b641312e474b Mon Sep 17 00:00:00 2001 From: Tobias Roeser Date: Mon, 4 Mar 2024 18:49:51 +0100 Subject: [PATCH] CI: Add Dependabot config --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..675bac625 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +# documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"