From 59714f0b7311bb34a7627ed6bba987888db270c1 Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Sat, 9 Mar 2024 20:24:09 +0400 Subject: [PATCH] Create dependabot.yaml --- .github/dependabot.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 00000000..7b3bebd8 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,12 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the 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: + # Check for updates to GitHub Actions every week + interval: "weekly"