Skip to content

Commit 2144fb2

Browse files
Copilotdannywillems
andcommitted
Add Dependabot configuration for pip and GitHub Actions
Co-authored-by: dannywillems <6018454+dannywillems@users.noreply.github.com>
1 parent 37505de commit 2144fb2

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
directory: "/"
19+
schedule:
20+
interval: "weekly"
21+
open-pull-requests-limit: 5
22+
labels:
23+
- "dependencies"
24+
- "github-actions"

0 commit comments

Comments
 (0)