From 4b6eb8df05f5acf08f1a97a858d6946b49b6337e Mon Sep 17 00:00:00 2001 From: Don Naro Date: Wed, 26 Jun 2024 20:52:28 +0100 Subject: [PATCH] Add github-actions package manager (#1900) add github-actions package manager This change adds github-actions package manager to the dependabot config file to bump action versions. --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9824d249..8eaf2c4e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,3 +11,13 @@ updates: labels: - "component:docs" - "dependencies" + - package-ecosystem: "github-actions" + directory: "/" + groups: + dependencies: + patterns: + - "*" + schedule: + interval: "weekly" + labels: + - "dependencies"