From fdd79fefb4dddd55f731d1590b534256717ba2a1 Mon Sep 17 00:00:00 2001 From: Ivan Gabriele Date: Wed, 15 Nov 2023 16:10:28 +0100 Subject: [PATCH] ci(dependabot): include Github Actions in auto-updates --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f2f06aedb..ab735faff 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,12 @@ version: 2 updates: + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'monthly' + commit-message: + prefix: 'ci(github)' + - package-ecosystem: 'npm' directory: '/' schedule: @@ -7,6 +14,7 @@ updates: commit-message: prefix: 'build(deps)' prefix-development: 'build(dev-deps)' + - package-ecosystem: 'npm' directory: '/e2e/release/sample' schedule: