We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3cbceb5 + 2144fb2 commit becdbc5Copy full SHA for becdbc5
.github/dependabot.yml
@@ -0,0 +1,24 @@
1
+# Dependabot configuration for l9format-python
2
+# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3
+
4
+version: 2
5
+updates:
6
+ # Monitor pip dependencies (Poetry uses pip under the hood)
7
+ - package-ecosystem: "pip"
8
+ directory: "/"
9
+ schedule:
10
+ interval: "weekly"
11
+ open-pull-requests-limit: 10
12
+ labels:
13
+ - "dependencies"
14
+ - "python"
15
16
+ # Monitor GitHub Actions dependencies
17
+ - package-ecosystem: "github-actions"
18
19
20
21
+ open-pull-requests-limit: 5
22
23
24
+ - "github-actions"
0 commit comments