Skip to content

Commit fcf8114

Browse files
committed
Enable dependabot
1 parent 8458d12 commit fcf8114

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/dependabot.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: pip
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
open-pull-requests-limit: 50
8+
target-branch: develop
9+
labels:
10+
- dependency_updates
11+
rebase-strategy: "disabled"
12+
- package-ecosystem: github-actions
13+
directory: "/"
14+
schedule:
15+
interval: daily
16+
time: "05:33"
17+
target-branch: develop
18+
labels:
19+
- CI

0 commit comments

Comments
 (0)