From d15343597d265c585b85cb4bcd02d3c7a586175e Mon Sep 17 00:00:00 2001 From: Spikra Date: Tue, 14 Apr 2026 12:56:59 +0200 Subject: [PATCH] chore: update dependabot to bump release version on reusable workflow changes --- .github/dependabot.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7aad2b5..adc2e9e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,9 @@ version: 2 updates: - package-ecosystem: github-actions directory: "/" + exclude-paths: + - /.github/workflows/post.yml + - /.github/workflows/react.yml groups: minor-and-patch: applies-to: version-updates @@ -14,3 +17,21 @@ updates: timezone: "Europe/Oslo" day: "monday" open-pull-requests-limit: 2 +- package-ecosystem: github-actions + directories: + - /.github/workflows/post.yml + - /.github/workflows/react.yml + groups: + minor-and-patch: + applies-to: version-updates + update-types: + - "minor" + - "patch" + schedule: + interval: "weekly" + time: "09:00" + timezone: "Europe/Oslo" + day: "monday" + open-pull-requests-limit: 2 + commit-message: + prefix: "fix(deps):" # trigger new release when updating user-facing workflows