From cac8916b18310030bb06cac7ff01c3e1b9525af3 Mon Sep 17 00:00:00 2001 From: runthis Date: Thu, 25 Jan 2024 17:20:13 -0600 Subject: [PATCH] Add dep updates bot --- .github/dependabot.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..090d382 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,28 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + - package-ecosystem: "npm" + versioning-strategy: increase + directory: "/" + groups: + npm-dependencies: + dependency-type: "production" + update-types: + - "minor" + - "patch" + npm-dev-dependencies: + dependency-type: "development" + update-types: + - "minor" + - "patch" + schedule: + interval: "weekly" + day: "sunday" + schedule: + interval: "weekly" + day: "sunday" + labels: + - "composer"