From 5f0fa0ed7eaca4cd93e1deaf4bb5881810360172 Mon Sep 17 00:00:00 2001 From: Marcus Hert Da Coregio Date: Thu, 14 Dec 2023 08:46:34 -0300 Subject: [PATCH] Include GitHub Actions in the Dependabot config Closes gh-14298 --- .github/dependabot.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4cf76cde4f..b52e3c43d3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -93,3 +93,31 @@ updates: update-types: [ "version-update:semver-major" ] - dependency-name: "*" update-types: [ "version-update:semver-major", "version-update:semver-minor" ] + +# GitHub Actions + + - package-ecosystem: github-actions + target-branch: "main" + directory: "/" + schedule: + interval: weekly + - package-ecosystem: github-actions + target-branch: "6.2.x" + directory: "/" + schedule: + interval: weekly + - package-ecosystem: github-actions + target-branch: "6.1.x" + directory: "/" + schedule: + interval: weekly + - package-ecosystem: github-actions + target-branch: "5.8.x" + directory: "/" + schedule: + interval: weekly + - package-ecosystem: github-actions + target-branch: "docs-build" + directory: "/" + schedule: + interval: weekly