From 2137c05cd610b291014e0ac54d117ab4fe86390c Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 5 Aug 2024 19:44:36 +0000 Subject: [PATCH] ci: configure Dependabot to update GitHub Actions --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9623db596..b85b67d1e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,10 @@ updates: commit-message: prefix: "chore(cargo)" open-pull-requests-limit: 50 + + # Keep GitHub Actions up to date. + # + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"