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
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2

updates:
# Watches the action versions pinned in .github/workflows/. "/" is the whole
# repository for this ecosystem, not a hint that the workflows live at the root.
#
# The actions went a full major behind without anyone noticing, until a job log
# started printing a node20 deprecation notice (#25). This is what catches the
# next one.
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
# One PR for every action rather than one each. Most weeks that is no PR at
# all; a week where three actions cut releases is still a single review.
groups:
actions:
patterns: ['*']
commit-message:
prefix: ci