We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 593ec37 commit dba2802Copy full SHA for dba2802
1 file changed
.github/dependabot.yml
@@ -0,0 +1,23 @@
1
+# Dependabot: dependency update PRs. No repo-level "enable" needed for public repos;
2
+# add this file and Dependabot runs. For org/private repos ensure Dependabot is
3
+# allowed in org/repo Security & analysis settings.
4
+# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5
+#
6
+# Groups: one PR per directory. GitHub Actions PRs run CI when .github/workflows or .github/actions change.
7
+version: 2
8
+updates:
9
+ - package-ecosystem: github-actions
10
+ directory: "/"
11
+ schedule:
12
+ interval: monthly
13
+ day: monday
14
+ open-pull-requests-limit: 1
15
+ groups:
16
+ github-actions:
17
+ patterns:
18
+ - "*"
19
+ labels:
20
+ - dependencies
21
+ - workflows
22
+ commit-message:
23
+ prefix: build(deps)
0 commit comments