Skip to content

Commit 2c021b9

Browse files
committed
add dependabot.yml
1 parent f3d45fb commit 2c021b9

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "uv"
8+
# Enable version updates for GitHub Actions
9+
- package-ecosystem: "github-actions"
10+
# Workflow files stored in the default location of `.github/workflows`
11+
# You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.
912
directory: "/"
1013
schedule:
11-
interval: "weekly"
14+
interval: "monthly"
15+
groups:
16+
github-actions:
17+
patterns:
18+
- "*"

0 commit comments

Comments
 (0)