eb19b988ec
- Switch all CI, dependabot, and docs references from dev to main - Update users list and screenshots via processUsers - Refresh contributors and sponsors data Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
26 lines
640 B
YAML
26 lines
640 B
YAML
# To get started with Dependabot version updates, you'll need to specify which
|
|
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "npm"
|
|
directory: "/"
|
|
target-branch: "main"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "wednesday"
|
|
commit-message:
|
|
prefix: "📌"
|
|
labels:
|
|
- "dependencies"
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
target-branch: "main"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "wednesday"
|
|
commit-message:
|
|
prefix: "👷"
|
|
labels:
|
|
- "dependencies"
|