From c098ddb24e7b0c4c53843a750a6a419fe6a5a929 Mon Sep 17 00:00:00 2001 From: Tim van Dijen Date: Wed, 17 Jan 2024 23:35:48 +0100 Subject: [PATCH] Bump actions --- .github/dependabot.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 741ebe8..c293f08 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,3 +1,5 @@ +--- + # To get started with Dependabot version updates, you'll need to specify which # package ecosystems to update and where the package manifests are located. # Please see the documentation for all configuration options: @@ -5,16 +7,16 @@ version: 2 updates: - - package-ecosystem: "github-actions" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "github-actions" # See documentation for possible values + directory: "/" # Location of package manifests schedule: interval: "weekly" groups: all-actions: - patterns: [ "*" ] + patterns: ["*"] - - package-ecosystem: "compposer" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "compposer" # See documentation for possible values + directory: "/" # Location of package manifests schedule: interval: "daily" groups: