Skip to content

Commit 9a818f6

Browse files
committed
ci: add dependabot, security policy, enable delete-branch-on-merge
1 parent ba2f983 commit 9a818f6

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
open-pull-requests-limit: 5
8+
labels:
9+
- "dependencies"
10+
- package-ecosystem: "github-actions"
11+
directory: "/"
12+
schedule:
13+
interval: "weekly"
14+
open-pull-requests-limit: 5
15+
labels:
16+
- "ci"

SECURITY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Security Policy
2+
3+
## Reporting a Vulnerability
4+
5+
If you discover a security vulnerability, please report it responsibly by emailing nikolasdehor79@gmail.com.
6+
7+
Do not open a public issue for security vulnerabilities.

0 commit comments

Comments
 (0)