From 63c3d6eddae83c5c1a0f5b2f78b78b012cda06a1 Mon Sep 17 00:00:00 2001 From: Spikra Date: Tue, 14 Apr 2026 12:16:53 +0200 Subject: [PATCH] chore: update dependabot to bump release version on module changes --- .github/dependabot.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4ab505e..6d1f4dc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,11 +18,19 @@ updates: open-pull-requests-limit: 2 - package-ecosystem: terraform directories: - - /examples/init - - /examples/init_test - - /modules/init + - /examples/* 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 \ No newline at end of file