Skip to content

Commit f224f11

Browse files
committed
ci: add a custom dependabot file
This way the requirements files in the examples and tests are not managed, which should reduce the PR noise.
1 parent 2a19374 commit f224f11

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
version: 2
3+
updates:
4+
# Maintain dependencies for GitHub Actions
5+
- package-ecosystem: "github-actions"
6+
directory: "/"
7+
schedule:
8+
interval: "weekly"
9+
10+
- package-ecosystem: "pip"
11+
directories:
12+
# Maintain dependencies for our tools
13+
- "/docs/sphinx"
14+
- "/tools/publish"
15+
schedule:
16+
interval: "weekly"
17+
open-pull-requests-limit: 3

0 commit comments

Comments
 (0)