We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f1410a commit f15b7aaCopy full SHA for f15b7aa
.github/dependabot.yml
@@ -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