Skip to content
Open
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
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 2
updates:
# Keep action pins fresh. Grouped so that all bumps land in a single weekly PR,
# which bounds the number of full Lean CI builds this triggers.
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
groups:
actions:
patterns: ["*"]
commit-message:
prefix: ci

# Python packages installed by workflows (see requirements.txt in this directory).
# Major bumps are left for a human to review.
- package-ecosystem: pip
directory: /.github
schedule:
interval: weekly
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
commit-message:
prefix: ci
Loading