Skip to content

Commit c1ca174

Browse files
authored
Merge pull request #171 from pytest-dev/add_dependabot
Create dependabot.yml
2 parents c61a1cf + 0e56a80 commit c1ca174

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/dependabot.yml

+15
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)