From 6c918aa9f5e1c4734584eb684ec88ffae7972572 Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Fri, 8 Sep 2023 10:37:30 +0300 Subject: [PATCH] Create dependabot.yml Auto-update GitHub Actions --- .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..450dbce --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +# Auto-update GitHub Actions +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"