From c55495a114a96074b38f1767c6c2fbcb59f1c146 Mon Sep 17 00:00:00 2001 From: "mach-composer-project-manager[bot]" <142997153+mach-composer-project-manager[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 15:16:50 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'.github/'=20wi?= =?UTF-8?q?th=20remote=20'projects/mach-composer/.github'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..d2c2b03 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,26 @@ + +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly" + day: friday + commit-message: + prefix: "chore(deps)" + groups: + go: + patterns: + - "*" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + day: friday + commit-message: + prefix: "chore(deps)" + groups: + github-actions: + patterns: + - "*"