From 4ee1723a994ff398f3d05d81ac27292d521f72ea Mon Sep 17 00:00:00 2001 From: Niklas Zender Date: Tue, 24 Mar 2026 17:54:59 +0100 Subject: [PATCH] chore: add engineering standards (dependabot, generic) --- .github/dependabot.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..ca32874 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,21 @@ +# This file is auto-generated by engineering-standards. +# Manual edits will be overwritten on the next sync cycle. +# To customise, update the template in engineering-standards/scripts/generate-dependabot.sh. +version: 2 +registries: + private-github: + type: git + url: https://github.com + username: x-access-token + password: ${{secrets.DEPENDABOT_SECRET}} +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + timezone: "Europe/Berlin" + groups: + actions: + patterns: ["*"] + commit-message: + prefix: "chore(deps): "