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