Skip to content

Commit 658ae75

Browse files
chore: Add Dependabot version-update cooldown (#642)
Add Dependabot version-update cooldown Co-authored-by: ld-repository-standards[bot] <113625520+ld-repository-standards[bot]@users.noreply.github.com>
1 parent 2ce1b7d commit 658ae75

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,29 @@ updates:
44
directory: '/'
55
schedule:
66
interval: 'daily'
7+
cooldown:
8+
default-days: 7
79
- package-ecosystem: 'npm'
810
directory: '/'
911
schedule:
1012
interval: 'daily'
13+
cooldown:
14+
default-days: 7
15+
- package-ecosystem: 'npm'
16+
directory: '/packages/demo'
17+
schedule:
18+
interval: 'weekly'
19+
cooldown:
20+
default-days: 7
21+
- package-ecosystem: 'npm'
22+
directory: '/packages/mock-server'
23+
schedule:
24+
interval: 'weekly'
25+
cooldown:
26+
default-days: 7
27+
- package-ecosystem: 'npm'
28+
directory: '/packages/toolbar'
29+
schedule:
30+
interval: 'weekly'
31+
cooldown:
32+
default-days: 7

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Reporting and Fixing Security Issues
22

33
**Do not open Issues or Pull Requests for security issues.**
4-
This will make potential issues publicly visible before LaunchDarkly's Security Team can address them, which could lead to a compromise of the platform and negatively impact our customers.
4+
This will make potential issues publicly visible before LaunchDarkly's Security Team can address them, which could lead to a compromise of the platform and negatively impact our customers.
55

66
Security issues must be reported through our [Bug Bounty program](https://bugcrowd.com/engagements/launchdarkly-mbb-og), following the program policy, for triage and remediation by the LaunchDarkly Security Team. Valid security issues may be eligible for a bounty.
77

0 commit comments

Comments
 (0)