From 5b5ffc616973ca9de42ca0fd494c6718afb02e53 Mon Sep 17 00:00:00 2001 From: MoritzWeber Date: Wed, 24 Jan 2024 16:50:02 +0100 Subject: [PATCH] build: Auto-update Github Action versions with dependabot --- .github/dependabot.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 442b1d99e..1f285ee4c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,13 +16,18 @@ updates: groups: angular: patterns: - - "@angular*" + - "@angular*" update-types: - - "major" - - "minor" - - "patch" + - "major" + - "minor" + - "patch" # Capella Dockerimages - package-ecosystem: "gitsubmodule" directory: "/" schedule: interval: "daily" + # Github Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"