Skip to content

Commit 08ee726

Browse files
committed
ci: add dependabot configuration
Add a dependabot configuration to automatically manage dependency updates. Should shift this from me to something I can review and unblock more consistently. Signed-off-by: Randolph Sapp <rs@ti.com>
1 parent c66cf19 commit 08ee726

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
version: 2
3+
updates:
4+
- package-ecosystem: "github-actions"
5+
directory: ".github/workflows"
6+
schedule:
7+
interval: "monthly"
8+
commit-message:
9+
prefix: "ci"
10+
groups:
11+
ci:
12+
patterns:
13+
- "*"
14+
15+
- package-ecosystem: "pip"
16+
directory: "docker"
17+
allow:
18+
- dependency-type: "all"
19+
schedule:
20+
interval: "monthly"
21+
commit-message:
22+
prefix: "build"
23+
groups:
24+
pip:
25+
patterns:
26+
- "*"

0 commit comments

Comments
 (0)