We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c890ddd + 178334a commit 0d27c9aCopy full SHA for 0d27c9a
1 file changed
dependabot_alert_notifications.yml
@@ -0,0 +1,29 @@
1
+# .dependabot_alert_notifications.yml
2
+
3
+# Controls whether dependabot alerts are enabled for the repository.
4
+enabled: true
5
6
+# Filters for dependabot alerts.
7
+# If no filters are specified, all alerts will be processed.
8
+# Any combination of the 'action' and 'severity' filters can be used.
9
+filter:
10
11
+ # Filter by action
12
+ action:
13
+ - auto_reopened
14
+ - created
15
+ - reintroduced
16
+ - reopened
17
18
+ # Filter by severity
19
+ severity:
20
+ - critical
21
+ - high
22
23
+# Notifications instructions.
24
+# Any combination of 'slack' and 'code_owner' notification can be used.
25
+notify:
26
+ # Instructs Kermit to send dependabot scan alerts to Slack
27
+ slack:
28
+ # Channel name to send the messages to
29
+ channel: "#platform-ci-dev-tooling"
0 commit comments