We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba000c commit 69f2aa8Copy full SHA for 69f2aa8
.github/dependabot.yml
@@ -1,7 +1,9 @@
1
version: 2
2
updates:
3
- package-ecosystem: "github-actions"
4
- directory: "/"
+ directories:
5
+ - /
6
+ - /actions/*
7
schedule:
8
interval: "monthly"
9
cooldown:
actions/notify-on-push/action.yml
@@ -10,7 +10,7 @@ runs:
10
using: "composite"
11
steps:
12
- name: Slack Notification
13
- uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661
+ uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661 # v2.3.3
14
env:
15
SLACK_COLOR: "#DE512A"
16
SLACK_ICON: https://github.com/nodejs.png?size=48
0 commit comments