Skip to content

Commit 0d27c9a

Browse files
authored
Merge pull request #232 from appfolio/DUX-3224-enable-dependabot-alerts-for-ae-page-objects-repository
Add dependabot alerts to the ae_page_objects repo
2 parents c890ddd + 178334a commit 0d27c9a

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

dependabot_alert_notifications.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)