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
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Keeps the GitHub Actions used by .github/workflows up to date.
# Schema: https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-options-reference
version: 2
updates:
- package-ecosystem: 'github-actions'
# For this ecosystem '/' means "scan .github/workflows", not the repo root.
directory: '/'
schedule:
interval: 'weekly'
groups:
# Collapse every action bump into one PR per week instead of one per action.
github-actions:
patterns:
- '*'
commit-message:
# 'chore' prefix so release-please treats bumps as non-releasable.
prefix: 'chore(deps)'
Loading