There was an error while loading. Please reload this page.
1 parent 41d0990 commit b9cc3a3Copy full SHA for b9cc3a3
1 file changed
.github/dependabot.yml
@@ -20,6 +20,25 @@ updates:
20
- "altendky"
21
- "cmmarslender"
22
# generated
23
+ - package-ecosystem: "github-actions"
24
+ directory: "activate-venv"
25
+ # Check for updates once a week
26
+ schedule:
27
+ interval: "weekly"
28
+ day: "tuesday"
29
+ labels:
30
+ - dependencies
31
+ - github_actions
32
+ target-branch: "main"
33
+ open-pull-requests-limit: 10
34
+ pull-request-branch-name:
35
+ # Separate sections of the branch name with a hyphen
36
+ # for example, `dependabot-npm_and_yarn-next_js-acorn-6.4.1`
37
+ separator: "-"
38
+ reviewers:
39
+ - "altendky"
40
+ - "cmmarslender"
41
+ # generated
42
- package-ecosystem: "github-actions"
43
directory: "ansible/run-playbook"
44
# Check for updates once a week
0 commit comments