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

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cpovirk do we want to fix the zizmor warning here and add a cooldown config? Defaults may be reasonable, but it might be good to be explicit

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Heh, it looks like I beat you by a minute! Yes :)

directory: "/"
schedule:
interval: "weekly"
cooldown:
default-days: 7
groups:
dependencies:
applies-to: version-updates
patterns:
- "*"
exclude-paths:
- ".github/workflows/build-alpine-linux.yml"
- ".github/workflows/build-cross-compile.yml"
- ".github/workflows/build-linux.yml"
- ".github/workflows/build-macos.yml"
- ".github/workflows/build-windows.yml"
- ".github/workflows/main.yml"
- ".github/workflows/test.yml"
Loading