We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca853a9 commit 015a6daCopy full SHA for 015a6da
.github/dependabot.yml
@@ -0,0 +1,26 @@
1
+# Please see the documentation for all configuration options:
2
+# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3
+
4
+version: 2
5
+updates:
6
+ - package-ecosystem: "github-actions"
7
+ #NOTE: no need to specify `/.github/workflows` for `directory`. use `directory: "/"`
8
+ directory: "/"
9
+ schedule:
10
+ interval: "weekly"
11
+ time: "07:00"
12
+ timezone: Asia/Taipei
13
+ reviewers:
14
+ - "CharlesChiuGit"
15
+ target-branch: "main"
16
+ commit-message:
17
+ prefix: "chore(ci.deps)"
18
+ groups:
19
+ actions-dependencies:
20
+ patterns:
21
+ - "*"
22
+ update-types:
23
+ - "minor"
24
+ - "patch"
25
+ labels:
26
+ - "ci"
0 commit comments