From 5babc8a98be786a3b9969886fdc98ef877868431 Mon Sep 17 00:00:00 2001 From: wojsmol Date: Fri, 5 Jul 2024 16:38:09 +0200 Subject: [PATCH] Add dependabot configuration - documentation https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file renated https://github.com/ChrisTitusTech/mybash/pull/62#issuecomment-2198382383 --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..6e3712a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + reviewers: + - "ChrisTitusTech"