Skip to content

Commit f15b7aa

Browse files
committed
setup Dependabot for GitHub Actions
1 parent 9f1410a commit f15b7aa

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/dependabot.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# SPDX-License-Identifier: MIT
2+
# SPDX-FileCopyrightText: "2025 smdn <smdn@smdn.jp>"
3+
#
4+
# ref: https://docs.github.com/code-security/dependabot/working-with-dependabot/dependabot-options-reference
5+
#
6+
version: 2
7+
updates:
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
10+
schedule:
11+
interval: "weekly"
12+
day: "wednesday"
13+
time: "03:22"
14+
timezone: "Asia/Tokyo"

0 commit comments

Comments
 (0)