We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d92ef7 + 9a0cd00 commit 7d1457bCopy full SHA for 7d1457b
1 file changed
.github/dependabot.yml
@@ -0,0 +1,23 @@
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
+ # GitHub Actions
7
+ - package-ecosystem: "github-actions"
8
+ open-pull-requests-limit: 10
9
+ directory: "/"
10
+ schedule:
11
+ # Check for updates to GitHub Actions every week
12
+ interval: "weekly"
13
+ day: "tuesday"
14
+ time: "11:00"
15
+ groups:
16
+ github-actions-dependencies:
17
+ patterns:
18
+ - "*"
19
+ update-types:
20
+ - "minor"
21
+ - "patch"
22
+ labels:
23
+ - "dependencies"
0 commit comments