From 84452957a733a9c26af7f0310962a0ead8bc29a2 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Mon, 6 Feb 2023 17:36:36 +0100 Subject: [PATCH 1/2] Add dependabot to create GH action version update PRs --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..95179b06 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# 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: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "github-actions" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "monthly" From 9f097fae93a68a9908450227ee70eb1bbace80e0 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Tue, 14 Nov 2023 14:32:21 +0545 Subject: [PATCH 2/2] Add composer to dependabot.yml --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 95179b06..0515d234 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,10 @@ version: 2 updates: + - package-ecosystem: "composer" + directory: "/" + schedule: + interval: "monthly" - package-ecosystem: "github-actions" # See documentation for possible values directory: "/" # Location of package manifests schedule: