Skip to content
Merged
Changes from 1 commit
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
31 changes: 31 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
Comment thread
jorenham marked this conversation as resolved.
Outdated
allow:
- dependency-type: "all"
labels:
- "⬆️ deps"
commit-message:
prefix: "⬆️ "
groups:
actions:
patterns: ["*"]

# this doesn't work (yet?)
Comment thread
nstarman marked this conversation as resolved.
Outdated
- package-ecosystem: uv
versioning-strategy: increase
directory: /
schedule:
interval: daily
allow:
- dependency-type: "all"
labels:
- "⬆️ deps"
commit-message:
prefix: "⬆️ "
groups:
actions:
patterns: ["*"]