Skip to content

Commit 82fe667

Browse files
committed
Add github actions
1 parent 669374a commit 82fe667

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "uv"
4-
directory: "/"
3+
- package-ecosystem: 'uv'
4+
directory: '/'
55
schedule:
6-
interval: "monthly"
6+
interval: 'monthly'
7+
- package-ecosystem: 'github-actions'
8+
directory: '/'
9+
schedule:
10+
interval: 'monthly'

0 commit comments

Comments
 (0)