Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Dependabot configuration
# See https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:

# GitHub Actions used in .github/workflows/*.yml.
# Actions pinned to a branch (e.g. `@main`) are not tracked by Dependabot.
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
day: monday
# One PR per week for all action bumps instead of one PR per action.
groups:
github-actions:
patterns: ['*']
commit-message:
prefix: "猬嗭笍"

# Python dependencies declared in pyproject.toml (runtime + optional extras).
- package-ecosystem: pip
directory: /
schedule:
interval: weekly
day: monday
groups:
python-dependencies:
patterns: ['*']
commit-message:
prefix: "猬嗭笍"
Loading