From 6cde3ee7a36931966d8be50d4d76b3a746ac53df Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Mon, 2 Jun 2025 15:03:03 -0400 Subject: [PATCH] ci: add depandabot config for upgrading actions (#4911) Depandabot config for suggesting to update old actions --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..fcf1bd801 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates +# and +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"