Skip to content

Commit c70ab58

Browse files
committed
Configure dependabot
1 parent 5fd5d3d commit c70ab58

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/dependabot.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
3+
version: 2
4+
5+
updates:
6+
# Automatically propose PRs for out-of-date GitHub actions
7+
- package-ecosystem: github-actions
8+
directory: "/"
9+
schedule:
10+
# Check for new versions weekly
11+
interval: weekly
12+
# Update all actions in a single PR
13+
groups:
14+
github-actions:
15+
patterns: ["*"]
16+
labels:
17+
- automation
18+
- gha-update
19+
20+
# Automatically propose PRs for Python dependencies
21+
- package-ecosystem: pip
22+
directory: "/python"
23+
schedule:
24+
# Check for new versions daily
25+
interval: daily
26+
labels:
27+
- automation
28+
- pip-update

0 commit comments

Comments
 (0)