ci: add depandabot config for upgrading actions (#4911)

Depandabot config for suggesting to update old actions
This commit is contained in:
Eugene Yurtsev
2025-06-02 15:03:03 -04:00
committed by GitHub
parent d44581d754
commit 6cde3ee7a3
+11
View File
@@ -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"