From 4ec4aa983b7b7ebcbe11b03c3af7736101462bf3 Mon Sep 17 00:00:00 2001 From: Bar <51476543+bardabun@users.noreply.github.com> Date: Wed, 24 Apr 2024 11:51:55 +0300 Subject: [PATCH] Update Dependabot --- .github/dependabot.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 5616b40..b8001c6 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -8,4 +8,10 @@ updates: - package-ecosystem: "gomod" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "weekly" \ No newline at end of file + interval: "weekly" + - package-ecosystem: "github-actions" + # Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.) + directory: "/" + schedule: + # Check for updates to GitHub Actions every weekday + interval: "weekly"