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:
# This repository's own workflows reference only actions/checkout; everything else
# comes from the shared workflow in psake/.github, which has its own Dependabot
# configuration. The shared workflow is referenced by branch (@main) rather than
# by tag, so there is no version here for Dependabot to bump -- it tracks what
# this repository pins directly.
#
# PSDepend requirements in requirements.psd1 are not covered: Dependabot has no
# PowerShell Gallery ecosystem.
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
github-actions:
patterns:
- "*"
commit-message:
prefix: "ci"
Loading