We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c61a1cf + 0e56a80 commit c1ca174Copy full SHA for c1ca174
.github/dependabot.yml
@@ -0,0 +1,15 @@
1
+version: 2
2
+updates:
3
+ # Maintain dependencies for GitHub Actions
4
+ - package-ecosystem: "github-actions"
5
+ directory: "/"
6
+ # Check for updates once a week
7
+ schedule:
8
+ interval: "weekly"
9
+ day: "wednesday"
10
+ target-branch: "main"
11
+ open-pull-requests-limit: 10
12
+ pull-request-branch-name:
13
+ # Separate sections of the branch name with a hyphen
14
+ # for example, `dependabot-npm_and_yarn-next_js-acorn-6.4.1`
15
+ separator: "-"
0 commit comments