Skip to content
This repository was archived by the owner on Jun 6, 2026. It is now read-only.

Commit 98222ff

Browse files
committed
ci: add Dependabot for pip and GitHub Actions
1 parent f214232 commit 98222ff

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: pip
4+
directory: /
5+
schedule:
6+
interval: weekly
7+
labels:
8+
- "type: ci"
9+
- "trust: maintainer-only"
10+
commit-message:
11+
prefix: "deps"
12+
13+
- package-ecosystem: github-actions
14+
directory: /
15+
schedule:
16+
interval: weekly
17+
labels:
18+
- "type: ci"
19+
- "trust: maintainer-only"
20+
commit-message:
21+
prefix: "ci"

0 commit comments

Comments
 (0)