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