From b913277b90bee38f143590e1114ebfc883ceb11a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FIDRY?= Date: Sun, 3 Nov 2024 17:07:38 +0100 Subject: [PATCH 1/2] ci: Add dependabot --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..24605b6 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: ".github/workflows" + schedule: + interval: "weekly" + groups: + dependencies: + patterns: + - "*" From e86a065f76eb3df96f9c4df56d9fe640530f1d12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FIDRY?= Date: Sun, 3 Nov 2024 17:09:01 +0100 Subject: [PATCH 2/2] add --- .github/dependabot.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 24605b6..045b3f3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,21 @@ updates: dependencies: patterns: - "*" + + - package-ecosystem: "composer" + directory: "." + schedule: + interval: "weekly" + groups: + dependencies: + patterns: + - "*" + + - package-ecosystem: "composer" + directory: "vendor-bin/*/" + schedule: + interval: "weekly" + groups: + dependencies: + patterns: + - "*"