From d260e5154d71eb068e42d6703887a5a1e1201bc0 Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Thu, 21 Mar 2024 20:05:23 +0400 Subject: [PATCH] Create dependabot.yaml keep your Github-actions up-to-date --- .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 0000000..7b3bebd --- /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"