We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 323d2ef + a969703 commit 93d4b0fCopy full SHA for 93d4b0f
.github/dependabot.yml
@@ -6,20 +6,29 @@ updates:
6
# See: https://docs.github.com/en/github/administering-a-repository/keeping-your-actions-up-to-date-with-dependabot
7
- package-ecosystem: github-actions
8
directory: / # Check the repository's workflows under /.github/workflows/
9
+ assignees:
10
+ - per1234
11
+ open-pull-requests-limit: 100
12
schedule:
13
interval: daily
14
labels:
15
- "topic: infrastructure"
16
# Go dependencies
17
- package-ecosystem: gomod
18
directory: /
19
20
21
22
23
24
25
26
# Python dependencies
27
- package-ecosystem: pip
28
29
30
31
32
33
34
0 commit comments