From 7fa1e05f345d6c7de7d54c03a570700d3b7da5da Mon Sep 17 00:00:00 2001 From: Thomas De Meyer Date: Thu, 16 Jan 2025 13:59:16 +0100 Subject: [PATCH] chore: added dependabot configuration --- .github/dependabot.yaml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..c76b4bb --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,29 @@ +version: 2 + +updates: + - package-ecosystem: npm + directories: + - "**/*" + schedule: + interval: weekly + day: monday + commit-message: + prefix: "chore(deps)" + groups: + patch: + applies-to: version-updates + update-types: + - patch + - minor + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: weekly + day: monday + commit-message: + prefix: "chore(deps)" + groups: + github-actions: + patterns: + - "*"