From 8117c216a82d8d88794cbf8afa173971ab3753af Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Mon, 19 Feb 2024 20:13:28 +0400 Subject: [PATCH] Create dependabot.yaml Automate update github actions via pull requests --- .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"