From e4780b32784fe1adc2a2211f2724453a44c931b4 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 23 Dec 2024 08:18:02 +0000 Subject: [PATCH] Create DEPENDABOT.yml --- .github/DEPENDABOT.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/DEPENDABOT.yml diff --git a/.github/DEPENDABOT.yml b/.github/DEPENDABOT.yml new file mode 100644 index 00000000..7fee8680 --- /dev/null +++ b/.github/DEPENDABOT.yml @@ -0,0 +1,29 @@ +version: 2 +updates: + - package-ecosystem: composer + directory: "/" + schedule: + interval: daily + time: "07:00" + groups: + php-dependencies: + update-types: + - "minor" + - "patch" + allow: + - dependency-type: direct + versioning-strategy: increase-if-necessary + + - package-ecosystem: npm + directory: "/" + schedule: + interval: weekly + day: monday + groups: + js-dependencies: + update-types: + - "minor" + - "patch" + allow: + - dependency-type: direct + versioning-strategy: increase-if-necessary \ No newline at end of file