From fd66cd6b2cf9d733355f0691c2256eac3124f949 Mon Sep 17 00:00:00 2001 From: Morten Piibeleht Date: Mon, 24 Jun 2024 23:38:11 +1200 Subject: [PATCH] ci: add dependabot.yaml (#62) --- .github/dependabot.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 000000000..5c03104cf --- /dev/null +++ b/.github/dependabot.yaml @@ -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: "/" + schedule: + interval: "weekly"