From 15cfccafcccc18faad7b12be58423e0abddb0810 Mon Sep 17 00:00:00 2001 From: Spikra Date: Tue, 14 Apr 2026 12:05:34 +0200 Subject: [PATCH] chore: update dependabot to bump release version on module changes --- .github/dependabot.yml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 07d68e3..58bc4f6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -33,14 +33,20 @@ updates: open-pull-requests-limit: 2 - package-ecosystem: terraform directories: - - /examples/minimal - - /examples/minimal_test - - /examples/postgres-replica - - /modules/postgresql - - /modules/postgresql-replica - - /test/fixtures/postgres-replica + - /examples/* + - /test/fixtures/* schedule: interval: "daily" time: "09:00" timezone: "Europe/Oslo" open-pull-requests-limit: 0 # Security-updates only +- package-ecosystem: terraform + directories: + - /modules/* + schedule: + interval: "daily" + time: "09:00" + timezone: "Europe/Oslo" + open-pull-requests-limit: 0 # Security-updates only + commit-message: + prefix: "fix(deps):" # trigger new release when updating user-facing modules