From 6bf15ff8d10d05ce927b0eff74e51c25b1fc9fa7 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Tue, 19 Mar 2024 21:55:46 -0400 Subject: [PATCH] ci: add dependabot config file --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..002f69f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" # Location of package manifests + schedule: + interval: "daily" \ No newline at end of file