We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b3b7a5 commit 03c133cCopy full SHA for 03c133c
{{cookiecutter.project_name}}/.github/dependabot.yml
@@ -2,18 +2,22 @@ version: 2
2
updates:
3
- package-ecosystem: github-actions
4
directory: "/"
5
+ target-branch: "develop"
6
schedule:
7
interval: weekly
8
- package-ecosystem: pip
9
directory: "/.github/workflows"
10
11
12
13
14
directory: "/docs"
15
16
17
18
19
20
21
22
23
versioning-strategy: lockfile-only
0 commit comments