From 80daedd7b576da432054543b4c83f47c513b6b6f Mon Sep 17 00:00:00 2001 From: MattIPv4 Date: Fri, 25 Jul 2025 18:57:53 +0100 Subject: [PATCH 1/2] ci: enable Dependabot updates for shared actions --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ff251d0..3422cf7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,9 @@ version: 2 updates: - package-ecosystem: "github-actions" - directory: "/" + directories: + - / + - /actions/* schedule: interval: "monthly" cooldown: From 4983527fea3c70a6a5dd13b512f838d1f432afec Mon Sep 17 00:00:00 2001 From: MattIPv4 Date: Fri, 25 Jul 2025 18:58:55 +0100 Subject: [PATCH 2/2] ci: add missing version tag comment in shared actions --- actions/notify-on-push/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/notify-on-push/action.yml b/actions/notify-on-push/action.yml index dab0914..9f4cc78 100644 --- a/actions/notify-on-push/action.yml +++ b/actions/notify-on-push/action.yml @@ -10,7 +10,7 @@ runs: using: "composite" steps: - name: Slack Notification - uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661 + uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661 # v2.3.3 env: SLACK_COLOR: "#DE512A" SLACK_ICON: https://github.com/nodejs.png?size=48