Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.

Commit 8259073

Browse files
committed
ci(dependabot): update GitHub Actions weekly
1 parent ea2f6c0 commit 8259073

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
version: 2
22
updates:
33
- package-ecosystem: npm
4-
directory: '/'
4+
directory: /
55
schedule:
66
interval: daily
77
open-pull-requests-limit: 10
8-
- package-ecosystem: 'github-actions'
9-
directory: '/'
8+
- package-ecosystem: github-actions
9+
directory: /
1010
schedule:
11-
interval: 'weekly'
11+
interval: weekly
12+
commit-message:
13+
prefix: 'ci(deps): '

0 commit comments

Comments
 (0)