commit 96b6b27f74f8c5c2b798130b1ef9e1f61722b085 parent 3264cb294ebb74e7f37cd5c6f10c4beefdecc394 Author: Vedant <83997633+vedantmgoyal2009@users.noreply.github.com> Date: Tue, 21 Feb 2023 02:54:27 +0530 ci: add dependabot to auto-update github actions (#22341) This will ensure we don't accidentally have outdated actions. Diffstat:
| A | .github/dependabot.yml | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"