From cc115bdb481557c7c2ed158e91574ab5eb0aaa72 Mon Sep 17 00:00:00 2001 From: Dain Nilsson Date: Thu, 23 Nov 2023 13:39:36 +0100 Subject: [PATCH] Add dependabot scanning for outdated github actions. --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 116fb3a7..7ff4e833 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,15 @@ version: 2 enable-beta-ecosystems: true # required for the pub package manager updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + groups: + github-actions: + patterns: + - "*" + - package-ecosystem: "pub" directory: "/" schedule: