Skip to content

Commit 69f2aa8

Browse files
authored
ci: enable Dependabot updates for shared actions (#29)
* ci: enable Dependabot updates for shared actions * ci: add missing version tag comment in shared actions
1 parent 6ba000c commit 69f2aa8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
version: 2
22
updates:
33
- package-ecosystem: "github-actions"
4-
directory: "/"
4+
directories:
5+
- /
6+
- /actions/*
57
schedule:
68
interval: "monthly"
79
cooldown:

actions/notify-on-push/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runs:
1010
using: "composite"
1111
steps:
1212
- name: Slack Notification
13-
uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661
13+
uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661 # v2.3.3
1414
env:
1515
SLACK_COLOR: "#DE512A"
1616
SLACK_ICON: https://github.com/nodejs.png?size=48

0 commit comments

Comments
 (0)