From 09a94feb33efeb7ebca6b97576a03e167158bed6 Mon Sep 17 00:00:00 2001 From: Annibal Silva <105941480+annibalsilva@users.noreply.github.com> Date: Tue, 31 Jan 2023 18:54:30 -0300 Subject: [PATCH] ci(dependabot): activate upgrades for GitHub actions (#67) --- .github/dependabot.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 56e323a..d2191f8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,4 +3,9 @@ updates: - package-ecosystem: "maven" directory: "/" schedule: - interval: "weekly" \ No newline at end of file + interval: "weekly" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"