From 79a1f5e39ad86eff27e6e6a0dda4b969f10387d0 Mon Sep 17 00:00:00 2001 From: Lubos Racansky Date: Thu, 16 May 2024 08:58:50 +0200 Subject: [PATCH] Add dependabot configuration for github-actions --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 14652100a..0f75d3360 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -22,3 +22,11 @@ updates: labels: - "npm" - "dependencies" + - 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: + interval: "weekly" + labels: + - "github-actions" + - "dependencies"