From 86fc5436268bb57ec9fa2346bf2897c2d372d7a0 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Fri, 20 Sep 2024 18:07:26 -0400 Subject: [PATCH] Enable dependabot updates for actions (#86775) Makes sure we're on the latest versions of the stuff we never check (i.e. actions/checkout). --- .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 00000000000..84bd4fa20aa --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# 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: / + target-branch: master + schedule: + interval: daily + labels: + - GitHub + open-pull-requests-limit: 10