Skip to content

Commit 050e53f

Browse files
chrisguidryclaude
andauthored
Update Dependabot configuration for package ecosystem (#217)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 433df9b commit 050e53f

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "uv"
9+
directory: "/"
10+
schedule:
11+
interval: "weekly"
12+
- package-ecosystem: "github-actions"
13+
directory: "/"
14+
schedule:
15+
interval: "weekly"

SECURITY.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
While docket is in the 0.x series, only the latest release receives security updates. Once we reach 1.0, we'll revisit this policy to provide longer-term support guarantees.
6+
7+
| Version | Supported |
8+
| ------- | ------------------ |
9+
| latest | :white_check_mark: |
10+
| < latest | :x: |
11+
12+
## Reporting a Vulnerability
13+
14+
To report a security vulnerability, please use GitHub's private vulnerability reporting feature:
15+
16+
1. Go to the [Security tab](https://github.com/chrisguidry/docket/security) of this repository
17+
2. Click "Report a vulnerability"
18+
3. Fill out the form with details about the vulnerability
19+
20+
We will acknowledge receipt within 7 days and provide an initial assessment within 14 days.
21+
22+
Please do not open public issues for security vulnerabilities.

0 commit comments

Comments
 (0)